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 { body h2 {
// padding-top: 100px; font-family: Futura Book font;
} }
.act-link { .act-link {

View File

@@ -2,9 +2,9 @@
<div class="py-12 mb-5"> <div class="py-12 mb-5">
<div class="w-full text-center"> <div class="w-full text-center">
<p v-if="main !== null" class="text-sm tracking-widest text-gray-700">{{ main.subtitle }}</p> <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 }} {{ main.title }}
</h1> </h2>
</div> </div>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2"> <div class="grid grid-cols-1 gap-4 sm:grid-cols-2">

View File

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