Change default font
This commit is contained in:
parent
eb8427653f
commit
e06622ded8
|
@ -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>
|
||||
|
|
|
@ -36,6 +36,7 @@ module.exports = {
|
|||
|
||||
fonts: {
|
||||
'sans': [
|
||||
'Barlow',
|
||||
'-apple-system',
|
||||
'BlinkMacSystemFont',
|
||||
'Segoe UI',
|
||||
|
|
Loading…
Reference in a new issue