MediaWiki:Common.css: Difference between revisions

No edit summary
(Tweaked fonts.)
Line 1: Line 1:
/* Serif Font for body text. */
/* 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');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;1,400;1,500&display=swap');


/* Sans-serif for headlines. */
/* Sans-serif for headlines. */
Line 20: Line 20:
/* Tweaks to links */
/* Tweaks to links */
#bodyContent a {
#bodyContent a {
font-weight: 700;
font-weight: 500;
}
}


Line 37: Line 37:
font-size: 2.6em;
font-size: 2.6em;
font-weight: 300;
font-weight: 300;
}
/* Category font. */
.catlinks {
font-family: "Kanit", serif;
}
}