Add font classes

This commit is contained in:
Christian Cueni 2022-08-02 10:57:51 +02:00
parent 10d7632bfe
commit 0a7feea30c
1 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,19 @@ svg {
.link { .link {
@apply underline underline-offset-2 @apply underline underline-offset-2
} }
.link-large {
@apply text-lg underline xl:text-xl
}
.text-large {
@apply text-lg xl:text-xl
}
.text-bold {
@apply text-base font-bold
}
} }
@layer components { @layer components {