MediaWiki:Timeless.css: Porovnání verzí

Z Znalosti
m
m
 
Řádek 2: Řádek 2:
 
@import url('https://fonts.googleapis.com/css?family=Merriweather');
 
@import url('https://fonts.googleapis.com/css?family=Merriweather');
 
body {
 
body {
     font-family: 'Open Sans' sans-serif;
+
     font-family: 'Open Sans', sans-serif;
 
     font-weight: 500;
 
     font-weight: 500;
 
}
 
}

Aktuální verze z 7. 4. 2019, 19:33

/* CSS placed here will affect users of the Timeless skin */
@import url('https://fonts.googleapis.com/css?family=Merriweather');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4 {
    font-family: 'Merriweather', serif !important;
}