Change default font

This commit is contained in:
Oliver Davies 2018-12-29 22:11:19 +00:00
parent eb8427653f
commit e06622ded8
2 changed files with 4 additions and 1 deletions

View file

@ -15,8 +15,10 @@
{% for size in site.favicon_sizes %}
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
{% endfor %}
<link href="https://fonts.googleapis.com/css?family=Barlow:300,400,700" rel="stylesheet">
</head>
<body class="font-sans text-grey-darkest leading-normal">
<body class="font-sans text-black leading-normal">
<div id="app" v-cloak>
{% block body %}{% endblock %}
</div>

View file

@ -36,6 +36,7 @@ module.exports = {
fonts: {
'sans': [
'Barlow',
'-apple-system',
'BlinkMacSystemFont',
'Segoe UI',