update head

This commit is contained in:
2022-10-12 15:36:19 +02:00
parent 9348f271ee
commit 3edf436ee4
5 changed files with 10 additions and 8 deletions

View File

@@ -65,20 +65,22 @@ img[src*="#tft_img"] {
.advance{
font-family: "BebasNeue";
font-family: "lato";
}
@layer components {
h1, #h1 {
@apply text-4xl md:text-4xl lg:text-6xl leading-none font-normal my-4;
font-family: "BebasNeue", sans-serif
h1 {
@apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
font-family: "lato", sans-serif;
line-height: 0.8;
}
h1 strong {
@apply font-medium;
}
h2 {
@apply text-3xl md:text-4xl lg:text-5xl xl:text-8xl font-bold leading-none my-4;
font-family: "BebasNeue", sans-serif;
font-family: "lato", sans-serif;
line-height: 0.8;
font-size:4.5rem
}