MediaWiki:Common.css: Difference between revisions

Tweaked fonts.
(Added fonts.)
(Tweaked fonts.)
Line 3: Line 3:


/* Sans-serif for headlines. */
/* 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=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital@0;1&display=swap');


/* Covers most text */  
/* Covers most text */  
Line 19: Line 20:
/* Tweaks to links */
/* Tweaks to links */
#bodyContent a {
#bodyContent a {
font-weight: 500;
font-weight: 700;
}
 
.mw-logo-wordmark {
font-family: "Kanit", serif;
}
}


/* Covers some headers */  
/* Covers some headers */  
.mw-body h1, .mw-body h2, .mw-body h4, .mw-body h5 {
.mw-body h1, .mw-body h2, .mw-body h4, .mw-body h5 {
     font-family: "Montserrat", serif;
     font-family: "Kanit", serif;
     font-weight: 500;
     font-weight: 500;
}
}


.firstHeading h1 {
.firstHeading h1 {
font-family: "Montserrat", serif;
font-family: "Kanit", serif;
font-size: 2.6em;
font-size: 2.6em;
font-weight: 700;
font-weight: 700;