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 {
|
||||
// padding-top: 100px;
|
||||
body h2 {
|
||||
font-family: Futura Book font;
|
||||
}
|
||||
|
||||
.act-link {
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user