MediaWiki:Common.css: Porovnání verzí
Z WikiKnihovna
m |
m |
||
| Řádek 17: | Řádek 17: | ||
color: #000000; | color: #000000; | ||
font-family: 'Work Sans','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | font-family: 'Work Sans','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | ||
| − | font-weight: | + | font-weight: 500; |
font-variant: small-caps; | font-variant: small-caps; | ||
font-size: 1.85em; | font-size: 1.85em; | ||
display: block; | display: block; | ||
} | } | ||
Verze z 12. 4. 2022, 16:58
/* Zde uvedené CSS bude ovlivňovat všechny styly */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap');
#content h1, #content h2 {
font-family: 'Work Sans', sans-serif;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-weight: normal;
font-family: 'Work Sans', sans-serif;
line-height: 1.125;
}
#p-logo-text a {
padding: 0.1em 1em 0.2em;
color: #000000;
font-family: 'Work Sans','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
font-weight: 500;
font-variant: small-caps;
font-size: 1.85em;
display: block;
}