start hero styling
This commit is contained in:
parent
aa265db0d3
commit
a5ec57959d
11 changed files with 139 additions and 0 deletions
|
|
@ -12,3 +12,21 @@ body {
|
|||
font-family: "Joker";
|
||||
font-size: var(--font-size-body);
|
||||
}
|
||||
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: var(--font-size-h1);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: var(--font-size-h2);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: var(--font-size-h3);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue