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