format code
This commit is contained in:
@@ -83,16 +83,16 @@ head
|
||||
style.
|
||||
/* Afacad Flux */
|
||||
@font-face {
|
||||
font-family: 'Afacad Flux';
|
||||
src: url('/public/fonts/AfacadFlux-Medium.ttf') format('truetype');
|
||||
font-family: "Afacad Flux";
|
||||
src: url("/public/fonts/AfacadFlux-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Afacad Flux';
|
||||
src: url('/public/fonts/AfacadFlux-SemiBold.ttf') format('truetype');
|
||||
font-family: "Afacad Flux";
|
||||
src: url("/public/fonts/AfacadFlux-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -100,16 +100,16 @@ head
|
||||
|
||||
/* Libre Baskerville */
|
||||
@font-face {
|
||||
font-family: 'Libre Baskerville';
|
||||
src: url('/public/fonts/LibreBaskerville-Regular.ttf') format('truetype');
|
||||
font-family: "Libre Baskerville";
|
||||
src: url("/public/fonts/LibreBaskerville-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Libre Baskerville';
|
||||
src: url('/public/fonts/LibreBaskerville-Bold.ttf') format('truetype');
|
||||
font-family: "Libre Baskerville";
|
||||
src: url("/public/fonts/LibreBaskerville-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -117,16 +117,16 @@ head
|
||||
|
||||
/* Roboto Mono */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
src: url('/public/fonts/RobotoMono-Regular.ttf') format('truetype');
|
||||
font-family: "Roboto Mono";
|
||||
src: url("/public/fonts/RobotoMono-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
src: url('/public/fonts/RobotoMono-SemiBold.ttf') format('truetype');
|
||||
font-family: "Roboto Mono";
|
||||
src: url("/public/fonts/RobotoMono-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
header.bg-nls-black.text-white
|
||||
.teaser.p-8.flex.flex-col.items-center.justify-center(class="sm:p-20")
|
||||
div.max-w-3xl.group.mb-8.relative(class="w-4/5 min-h-[90vh]")
|
||||
.max-w-3xl.group.mb-8.relative(class="w-4/5 min-h-[90vh]")
|
||||
a.absolute.inset-0.z-20.block(
|
||||
onclick="umami.track('email clicked', { position: 'title', visitDuration: getVisitDuration() })",
|
||||
onmouseover="umami.track('email hovered', { position: 'title', visitDuration: getVisitDuration() })",
|
||||
|
||||
Reference in New Issue
Block a user