aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/components/html_head.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-11-04 15:53:38 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-11-04 15:53:38 +0100
commit87d3e94d6f31b4a257e9982210951328cbe7cfbd (patch)
treeaeda8389be91ae8367cf555c400d9308cd45a580 /crumbs/templates/components/html_head.html
parent680adfef08afa1f1935b9a83ea36045ab3c610b0 (diff)
Changing text weight and adding a card shadow to outline and blocks
Diffstat (limited to 'crumbs/templates/components/html_head.html')
-rw-r--r--crumbs/templates/components/html_head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/crumbs/templates/components/html_head.html b/crumbs/templates/components/html_head.html
index 7c1d722..be9b3b4 100644
--- a/crumbs/templates/components/html_head.html
+++ b/crumbs/templates/components/html_head.html
@@ -12,7 +12,7 @@
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
{% endif %}
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,500" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600" 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" />