Diferencia entre revisiones de «MediaWiki:Common.css»
De Amereida
Línea 1: | Línea 1: | ||
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i'); | @import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i'); | ||
+ | @import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); | ||
+ | body, | ||
* { | * { | ||
font-family: 'Alegreya', serif; | font-family: 'Alegreya', serif; | ||
} | } | ||
+ | |||
+ | body{font-size: 18px;} | ||
+ | |||
+ | |||
.mw-body h1, .mw-body-content h1, .mw-body-content h2{ | .mw-body h1, .mw-body-content h1, .mw-body-content h2{ | ||
Línea 10: | Línea 16: | ||
} | } | ||
textarea#wpTextbox1{ | textarea#wpTextbox1{ | ||
− | font-family: monospace; | + | font-family: 'Roboto Mono', monospace; |
− | + | font-size: 18px; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revisión del 11:00 17 ene 2018
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); body, * { font-family: 'Alegreya', serif; } body{font-size: 18px;} .mw-body h1, .mw-body-content h1, .mw-body-content h2{ font-family: 'Alegreya', serif; font-weight: bold; } textarea#wpTextbox1{ font-family: 'Roboto Mono', monospace; font-size: 18px; }