Add default font

This commit is contained in:
Oliver Davies 2018-07-13 22:50:10 +01:00
parent 0986d65cbd
commit 01878fdac6

View file

@ -29,7 +29,7 @@
<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 %}
</head> </head>
<body class="text-black text-sm leading-normal"> <body class="font-sans text-black text-sm leading-normal">
{% block body %}{% endblock %} {% block body %}{% endblock %}
<script> <script>