MediaWiki:Common.css: Difference between revisions

m
Fixed.
m (Forgot commas.)
m (Fixed.)
 
(7 intermediate revisions by 2 users not shown)
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,500;1,400;1,500&display=swap');
/* @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. */
/* Sans-serif for headlines. */
Line 8: Line 9:
/* Covers most text */  
/* Covers most text */  
body {
body {
     font-family: "Newsreader", serif;
     font-family: "Lora", serif;
     font-size: 1.3em;
     font-size: 1.3em;
     font-weight: 400;
     font-weight: 400;
Line 14: Line 15:


/* Bring the text to 14px */
/* Bring the text to 14px */
#mw-content-text {
#mw-content-text b {
font-size: 1.2em;
font-weight: 600;
}
}


/* Tweaks to links */
/* Tweaks to links */
#bodyContent a {
#bodyContent a {
font-weight: 500;
font-weight: 600;
}
}


Line 28: Line 29:


/* 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 h3, .mw-body h4, .mw-body h5 {
     font-family: "Kanit", serif;
     font-family: "Kanit", serif;
     font-weight: 300;
     font-weight: 300;