User:Inutt/vector.css

From Flexible Survival
< User:Inutt
Revision as of 22:23, 22 July 2021 by Inutt (talk | contribs) (Uncomment, now testing is done.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6,
.firstHeading,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6,
.firstHeading {
    font-family: Josefin Sans, sans-serif;
    font-weight: 600;
}

.mw-body-content p,
.mw-body-content li,
.mw-body-content td,
.mw-body-content div {
    font-family: Josefin Sans Light, sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}

.mw-body-content pre,
.mw-body-content text,
.mw-body-content textarea,
.mw-body-content code {
    font-family: "JetBrains Mono";
    font-size: 0.8em;
    border-radius: 0.2em;
}

.mw-body-content {
    font-size: 1em;
}