Diferencia entre revisiones de «MediaWiki:Common.css»
(Página creada con «→Los estilos CSS colocados aquí se aplicarán a todas las apariencias: →prueba importación tipos Google Fonts: →latin-ext: @font-face { font-family: 'Comfortaa'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr0fIA9c.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* lat…») |
Sin resumen de edición |
||
| Línea 43: | Línea 43: | ||
} | } | ||
/* Changes the default font used for MediaWiki headings to | /* Changes the default font used for MediaWiki headings to Comfortaa: */ | ||
#content h1, | #content .mw-body h1, | ||
#content h2, | #content h2, | ||
#content h3, | #content h3, | ||
Revisión del 09:40 6 feb 2023
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* prueba importación tipos Google Fonts */
/* latin-ext */
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr0fIA9c.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfIA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'IBM Plex Serif';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/ibmplexserif/v15/jizDREVNn1dOx-zrZ2X3pZvkTiUR2zcLig.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'IBM Plex Serif';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/ibmplexserif/v15/jizDREVNn1dOx-zrZ2X3pZvkTiUf2zc.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
font-family: 'IBM Plex Serif', sans-serif !important;
font-size: 1rem !important;
}
/* Changes the default font used for MediaWiki headings to Comfortaa: */
#content .mw-body h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
{
/* color: #CCCCCC !important; */
font-family: 'Comfortaa', sans-serif !important;
}