Change default font
This commit is contained in:
parent
eb8427653f
commit
e06622ded8
|
@ -15,8 +15,10 @@
|
||||||
{% for size in site.favicon_sizes %}
|
{% for size in site.favicon_sizes %}
|
||||||
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Barlow:300,400,700" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body class="font-sans text-grey-darkest leading-normal">
|
<body class="font-sans text-black leading-normal">
|
||||||
<div id="app" v-cloak>
|
<div id="app" v-cloak>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -36,6 +36,7 @@ module.exports = {
|
||||||
|
|
||||||
fonts: {
|
fonts: {
|
||||||
'sans': [
|
'sans': [
|
||||||
|
'Barlow',
|
||||||
'-apple-system',
|
'-apple-system',
|
||||||
'BlinkMacSystemFont',
|
'BlinkMacSystemFont',
|
||||||
'Segoe UI',
|
'Segoe UI',
|
||||||
|
|
Loading…
Reference in a new issue