Skip to content

Commit ee37c9c

Browse files
Update index.css
1 parent fd6b54a commit ee37c9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylesheets/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ html, body {
2222

2323
code {
2424
color: black;
25-
font-family: "Roboto", monospace;
25+
font-family: monospace;
2626
}
2727

2828
ul.noindent {
@@ -173,11 +173,11 @@ a {
173173
}
174174

175175
.table {
176-
font-family: "Roboto", monospace;
176+
font-family: monospace;
177177
}
178178

179179
pre {
180-
font-family: "Roboto", monospace;
180+
font-family: monospace;
181181
background: #eceeef;
182182
padding: 5px;
183183
}

0 commit comments

Comments
 (0)