update font

This commit is contained in:
2021-02-14 18:12:14 +02:00
parent d66e63cba0
commit cf7c19ec83
4 changed files with 12 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
<div class="py-12 mb-5">
<div class="w-full text-center">
<p v-if="main !== null" class="text-sm tracking-widest text-gray-700">{{ main.subtitle }}</p>
<h1 v-if="main !== null" class="text-4xl mt-2 mb-6 leading-tight font-heading">
<h2 v-if="main !== null" class="text-4xl mt-2 mb-6 font-semibold leading-tight font-heading">
{{ main.title }}
</h1>
</h2>
</div>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2">