Clean up old assets
This commit is contained in:
parent
8cfded9232
commit
bcabf94741
45 changed files with 24 additions and 1127 deletions
17
resources/css/fonts.css
vendored
Normal file
17
resources/css/fonts.css
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
body {
|
||||
font-family: var(--font-family-body);
|
||||
font-size: var(--font-size-md);
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: var(--font-family-monospace);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-family-headings);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue