MediaWiki: Common.css
De enunpimpam
Línea 15: | Línea 15: | ||
font-weight: 400; | font-weight: 400; | ||
line-height: 24px; | line-height: 24px; | ||
+ | } | ||
+ | strong { | ||
+ | font-weight: 800; | ||
} | } |
Revisión del 04:01 23 abr 2020
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
html {
/* font-family: sans-serif; */
font-family: 'Open Sans', sans-serif;
}
body {
font-family: 'Open Sans', sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 24px;
}
strong {
font-weight: 800;
}