Difference between revisions of "User:Inutt/vector.css"

From Flexible Survival
Jump to: navigation, search
m (Add corner radius)
(Disabling for now)
Line 1: Line 1:
 +
/*
 
.mw-body h1,
 
.mw-body h1,
 
.mw-body h2,
 
.mw-body h2,
Line 38: Line 39:
 
     font-size: 1em;
 
     font-size: 1em;
 
}
 
}
 +
*/

Revision as of 01:49, 1 November 2019

/*
.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;
    border-radius: 0.2em;
}

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