update with new template

This commit is contained in:
2022-08-14 12:51:05 +02:00
parent eb1657c948
commit 8f9ad835e4
19 changed files with 118 additions and 86 deletions

View File

@@ -2,6 +2,15 @@ main {
@apply pt-0;
}
#text-1xl { @apply text-xl }
#text-2xl { @apply text-2xl }
#text-3xl { @apply text-3xl }
#text-4xl { @apply text-4xl }
#text-5xl { @apply text-5xl }
#text-6xl { @apply text-6xl }
#text-7xl { @apply text-7xl }
#text-8xl { @apply text-8xl }
/*
html, body {
@apply dark:bg-black;
@@ -120,26 +129,6 @@ h5,
.h5,
h6,
.h6 {
@apply font-sans leading-none tracking-tight;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
font-family: "Exo", sans-serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
@apply font-sans leading-none tracking-tight;
font-family: "Lato", sans-serif;
}
h1,