Skip to content

Commit 975466a

Browse files
authored
Make bold fonts work again (#1619)
Fixes #1618
1 parent 73e4b61 commit 975466a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

lib/resources/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ h5 {
198198
font-size: 16px;
199199
}
200200

201-
strong {
202-
font-weight: 500;
203-
}
204-
205201
.subtitle {
206202
font-size: 17px;
207203
min-height: 1.4em;
@@ -842,4 +838,4 @@ li.inherited a {
842838
a[href]:after {
843839
content:"" !important;
844840
}
845-
}
841+
}

testing/test_package_docs/static-assets/styles.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ h5 {
198198
font-size: 16px;
199199
}
200200

201-
strong {
202-
font-weight: 500;
203-
}
204-
205201
.subtitle {
206202
font-size: 17px;
207203
min-height: 1.4em;
@@ -842,4 +838,4 @@ li.inherited a {
842838
a[href]:after {
843839
content:"" !important;
844840
}
845-
}
841+
}

0 commit comments

Comments
 (0)