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;