STYLE add new typography classes for small titles and big subtitles
This commit is contained in:
parent
b144c95faa
commit
e2710d1578
|
|
@ -50,3 +50,11 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
|
||||||
.fjalla {
|
.fjalla {
|
||||||
font-family: 'Fjalla One', sans-serif;
|
font-family: 'Fjalla One', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-small {
|
||||||
|
@apply text-base mb-6 font-bold tracking-wider uppercase nunito;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subtitle-big {
|
||||||
|
@apply text-7xl font-normal uppercase;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user