diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/head.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/_includes/head.html b/_includes/head.html index e9441ff..0bd65cb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -33,7 +33,7 @@      <title>{{ title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</title>      <!-- Google Fonts --> -    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto|Roboto+Mono" /> +    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Mono|PT+Sans" />      <!-- CSS -->      <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url | uri_escape }}" /> | 
