Skip to content

Commit b105211

Browse files
david-a-wheelerctcpip
authored andcommitted
Embolden website text
Boldly go where no one has gone before. In default body text (Cairo font) it's hard to tell which text is bold and which not. This increases the font weight, hopefully making bold and strong text easier to identify. Signed-off-by: David A. Wheeler <[email protected]>
1 parent 7263eba commit b105211

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/assets/css/style.scss

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ h1, h2, h3, h4, h5, h6 {
3333
src: url("/assets/fonts/IBMPlexSans/IBMPlexSans-Regular.ttf");
3434
}
3535

36+
/* Increase weight so bold/strong are easier to identify as such.
37+
Without this, Cairo bold looks like unbolded text.
38+
*/
39+
b, strong {
40+
font-weight: 700;
41+
}
42+
3643
/* Number headings */
3744

3845
/*

0 commit comments

Comments
 (0)