diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-11 18:07:36 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-11 18:07:36 +0300 |
commit | 52229c47f4157e2250abe6981809efaf879d4742 (patch) | |
tree | dd86a2a5a8e957149ccddd23d0621a5af24bad3a /_includes | |
parent | e9b71646817371a220d8e8368224a473e45aa427 (diff) | |
download | popov.link-52229c47f4157e2250abe6981809efaf879d4742.tar.xz popov.link-52229c47f4157e2250abe6981809efaf879d4742.zip |
Font update
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 }}" /> |