MediaWiki:Common.css: Difference between revisions

m
Fixed.
en>Izno
(Hatnotes are now tstyles)
 
m (Fixed.)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Serif Font for body text. */
/* @import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;1,400;1,500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&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'); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;1,300&display=swap');
/* Covers most text */
body {
    font-family: "Lora", serif;
    font-size: 1.3em;
    font-weight: 400;
}
/* Bring the text to 14px */
#mw-content-text b {
font-weight: 600;
}
/* Tweaks to links */
#bodyContent a {
font-weight: 600;
}
.mw-logo-wordmark {
font-family: "Kanit", serif;
}
/* Covers some headers */
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5 {
    font-family: "Kanit", serif;
    font-weight: 300;
}
.firstHeading h1 {
font-family: "Kanit", serif;
font-size: 2.6em;
font-weight: 300;
}
/* System items font. */
.catlinks, #mw-navigation, #p-personal {
font-family: "Kanit", serif;
}
/* Reset italic styling set by user agent */
/* Reset italic styling set by user agent */
cite,
cite,