ourverse website first draft

This commit is contained in:
timurgordon
2022-04-05 02:03:23 +03:00
parent b183272c96
commit 3a719e9f20
74 changed files with 3709 additions and 2517 deletions

View File

@@ -123,12 +123,31 @@ h5,
.h5,
h6,
.h6 {
@apply font-sans leading-tight tracking-tight;
@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,
.h1 {
@apply text-4xl mb-4 font-extrabold;
@apply text-4xl font-extrabold;
}
h2,