Add font classes
This commit is contained in:
parent
10d7632bfe
commit
0a7feea30c
|
|
@ -42,6 +42,19 @@ svg {
|
|||
.link {
|
||||
@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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue