Add font classes
This commit is contained in:
parent
10d7632bfe
commit
0a7feea30c
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue