update font
This commit is contained in:
BIN
src/assets/Futura Book font.ttf
Normal file
BIN
src/assets/Futura Book font.ttf
Normal file
Binary file not shown.
@@ -11,8 +11,8 @@ blockquote {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body h2 {
|
||||||
// padding-top: 100px;
|
font-family: Futura Book font;
|
||||||
}
|
}
|
||||||
|
|
||||||
.act-link {
|
.act-link {
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user