MediaWiki:Common.css: Difference between revisions

m
Fixed.
(Switched body font.)
m (Fixed.)
 
(5 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=Merriweather:ital,wght@0,400;0,700;1,400;1,700&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 9: Line 9:
/* Covers most text */  
/* Covers most text */  
body {
body {
     font-family: "Merriweather", serif;
     font-family: "Lora", serif;
     font-size: 1.3em;
     font-size: 1.3em;
     font-weight: 400;
     font-weight: 400;
Line 15: 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;
}
}