MediaWiki: Common.css
De enunpimpam
Línea 5: | Línea 5: | ||
font-family: 'Raleway', sans-serif; | font-family: 'Raleway', sans-serif; | ||
} | } | ||
− | body { | + | body, h1 { |
font-family: "Raleway", sans-serif; | font-family: "Raleway", sans-serif; | ||
color: #red; | color: #red; | ||
} | } |
Revisión del 03:30 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'); html { /* font-family: sans-serif; */ font-family: 'Raleway', sans-serif; } body, h1 { font-family: "Raleway", sans-serif; color: #red; }