use Source Code Pro for monospace font

This commit is contained in:
Nick Pegg 2018-01-19 19:49:19 -08:00
parent ba42d016b3
commit c8dc8f1077
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,10 @@ p {
font-family: 'Roboto', sans-serif;
}
pre code {
font-family: 'Source Code Pro', monospace;
}
a {
color: #FF4F00;
}