Add default font
This commit is contained in:
parent
0986d65cbd
commit
01878fdac6
|
@ -29,7 +29,7 @@
|
|||
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
||||
{% endfor %}
|
||||
</head>
|
||||
<body class="text-black text-sm leading-normal">
|
||||
<body class="font-sans text-black text-sm leading-normal">
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue