MediaWiki:Common.css: Difference between revisions

Switched body font.
m (Added h3.)
(Switched body font.)
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');


/* 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: "Merriweather", serif;
     font-size: 1.3em;
     font-size: 1.3em;
     font-weight: 400;
     font-weight: 400;