Jump to content

MediaWiki:Common.css: Difference between revisions

Added fonts.
m (1 revision imported)
(Added fonts.)
Line 1: Line 1:
/* Serif Font for body text. */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* Sans-serif for headlines. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* Covers most text */
body {
    font-family: "Newsreader", serif;
    font-size: 1.3em;
    font-weight: 400;
}
/* Bring the text to 14px */
#mw-content-text {
font-size: 1.2em;
}
/* Tweaks to links */
#bodyContent a {
font-weight: 500;
}
/* Covers some headers */
.mw-body h1, .mw-body h2, .mw-body h4, .mw-body h5 {
    font-family: "Montserrat", serif;
    font-weight: 500;
}
.firstHeading h1 {
font-family: "Montserrat", serif;
font-size: 2.6em;
font-weight: 700;
}
/* Reset italic styling set by user agent */
/* Reset italic styling set by user agent */
cite,
cite,