User:Inutt/vector.css

From Flexible Survival
< User:Inutt
Revision as of 22:00, 27 October 2019 by Inutt (talk | contribs) (Created from client-side CSS override)
(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: Cherry Cream Soda, Antic, "Raleway", sans-serif;
    font-weight: 600;
}

p,
li,
td,
div {
    font-family: Thasadith, Antic, "Raleway", sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
}

pre,
text,
textarea,
code {
    font-family: "Source Code Pro";
    font-size: 0.8em;
}

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