ajout du script pour les fonts

This commit is contained in:
hugogogo
2021-05-16 20:00:33 +02:00
parent b7a64f7f80
commit 4d6290a3e8
9 changed files with 79 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ h1, h2, h3, h4, h5, h6, em {
font-family: var(--font-titles), var(--font-fallback), sans-serif;
}
a, p, li {
font-family: var(--font-texts), var(--font-fallback), var(--font-fallback2), sans-serif;
font-family: var(--font-texts), var(--font-fallback), sans-serif;
}
code {
font-family: monospace;