2025-02-21
This commit is contained in:
parent
98131c3b78
commit
5d5918f0d7
69 changed files with 1481 additions and 305 deletions
12
src/styles/themes/default/headings.css
Executable file
12
src/styles/themes/default/headings.css
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
h1 {
|
||||
font-family: Banquise, monospace;
|
||||
font-size: var(--s3);
|
||||
font-weight: 600;
|
||||
letter-spacing: 1.5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Banquise, monospace;
|
||||
font-size: var(--s2);
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue