Enable antialiasing for everything

This commit is contained in:
Oliver Davies 2019-01-14 06:52:20 +00:00
parent 2121c2abdf
commit 600590e7c7

View file

@ -16,7 +16,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="font-sans text-grey-darkest leading-normal"> <body class="antialiased font-sans text-grey-darkest leading-normal">
<div id="app" v-cloak> <div id="app" v-cloak>
{% block body %}{% endblock %} {% block body %}{% endblock %}
</div> </div>