Skip to content

Commit dde1701

Browse files
committed
font fallbacks
1 parent bafc6ab commit dde1701

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
}
77

88
h1 {
9-
font-family: "Arial Black";
9+
font-family: "Arial Black", Arial, sans-serif;
1010
}
1111

1212
h2 {
@@ -20,7 +20,7 @@ h1, h2, h3, h4, h5, h6 {
2020
pre {
2121
margin: 0;
2222
line-height: 1.3;
23-
font-family: "Source Code Pro";
23+
font-family: "Source Code Pro", monospace;
2424
overflow: auto;
2525
}
2626

@@ -30,7 +30,7 @@ a {
3030
}
3131

3232
code {
33-
font-family: "Source Code Pro";
33+
font-family: "Source Code Pro", monospace;
3434
background: #f9f9f9;
3535
border: 1px solid #ddd;
3636
padding: 0 4px;
@@ -111,15 +111,15 @@ pre > code {
111111
}
112112

113113
.Category__Name {
114-
font-family: "Arial Black";
114+
font-family: "Arial Black", sans-serif;
115115
color: #4e4e4e;
116116
}
117117

118118
.Category__List {
119119
margin: 0;
120120
list-style-type: none;
121121
padding: 0;
122-
font-family: "Source Code Pro";
122+
font-family: "Source Code Pro", mono-space;
123123
}
124124

125125
.Version {

0 commit comments

Comments
 (0)