Change fixed width font to Roboto Mono

This commit is contained in:
Huy Tran 2018-03-31 15:48:32 +11:00
parent 14a369751b
commit 5debbbb2e1
3 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@ pre
pre,
code
{
font-family: monospace;
font-family: 'Roboto Mono', monospace;
border-radius: 4px;
width: 100%;
font-size: .9em;

View file

@ -32,8 +32,8 @@
*/
html {
font-family: "Fira Sans", sans-serif;
font-weight:300;
font-family: 'Fira Sans', 'Helvetica Neue', 'Arial', sans-serif;
font-weight:300;
}
@media (min-width: 48em) {