Enable antialiasing for everything
This commit is contained in:
parent
2121c2abdf
commit
600590e7c7
|
@ -16,7 +16,7 @@
|
|||
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
||||
{% endfor %}
|
||||
</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>
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue