aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/html_head.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-11-03 17:38:02 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-11-03 17:38:02 +0100
commitbd3de24622a052eb8ffc9b211027e7e021bdf97f (patch)
tree3bbb0d08471ec7c1e04a35e809345d82344dfaff /crumbs/templates/components/html_head.html
parentd79a0e53ca2e5cf384017570d7f33a02f4e754cf (diff)
Simply article page styles, removing Inconsolata as a font requirement
Diffstat (limited to 'crumbs/templates/components/html_head.html')
-rw-r--r--crumbs/templates/components/html_head.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/crumbs/templates/components/html_head.html b/crumbs/templates/components/html_head.html
index 5e18eb3..7c1d722 100644
--- a/crumbs/templates/components/html_head.html
+++ b/crumbs/templates/components/html_head.html
@@ -12,10 +12,8 @@
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
{% endif %}
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
- <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600;subset=latin-ext" rel="stylesheet"> -->
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,500" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.6/css/all.css">
<link rel="alternate" type="application/rss+xml" href="{{ SITEURL }}/rss.xml" title="{{ SITENAME }} — Latest Posts" />
</head>