Foreground.css : Différence entre versions
De erg
(Page créée avec « :root { --font-body: "Coupeur Monospace Normal",monospace; --color-link: bl } h1#firstHeading { font-size: 24px; } h3#tagline { display: none; } #page-content { margin: 1... ») |
|||
| Ligne 1 : | Ligne 1 : | ||
:root { | :root { | ||
| + | --font-title: Combined; | ||
--font-body: "Coupeur Monospace Normal",monospace; | --font-body: "Coupeur Monospace Normal",monospace; | ||
--color-link: bl | --color-link: bl | ||
Version du 16 juillet 2019 à 10:47
:root {
--font-title: Combined;
--font-body: "Coupeur Monospace Normal",monospace;
--color-link: bl
}
h1#firstHeading {
font-size: 24px;
}
h3#tagline {
display: none;
}
#page-content {
margin: 1em;
}
.fa,
button, .button,
.top-bar-section ul li > a {
font-family: var(--font-body);
}
.fa::before {
font-family: FontAwesome;
}