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

Binary file not shown.

View File

@@ -11,8 +11,8 @@ blockquote {
}
}
body {
// padding-top: 100px;
body h2 {
font-family: Futura Book font;
}
.act-link {

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">

View File

@@ -77,8 +77,15 @@ query {
</static-query>
<style>
@font-face {
font-family: Futura Book font;
src: url('../assets/Futura Book font.ttf');
font-weight: normal;
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
font-family: Futura Book font,
"Helvetica Neue", Arial, sans-serif;
margin: 0;
line-height: 1.5;