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;
}

View file

@ -8,6 +8,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css" />>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github-gist.min.css">
<link rel="stylesheet" href="{{ "css/normalize.css" | media_url }}" />