Lisää toimintoja
| Ei muokkausyhteenvetoa | Ei muokkausyhteenvetoa | ||
| Rivi 30: | Rivi 30: | ||
|      font-display: swap; |      font-display: swap; | ||
|      src: url('https://static.sarastus.net/IBMPlexSans-BoldItalic.woff2') format('woff2'); |      src: url('https://static.sarastus.net/IBMPlexSans-BoldItalic.woff2') format('woff2'); | ||
| } | } | ||
Versio 12. joulukuuta 2024 kello 18.09
/* All CSS here will be loaded for users of the Citizen skin */
@font-face { 
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-Regular.woff2') format('woff2');
}
@font-face { 
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-Italic.woff2') format('woff2');
}
@font-face { 
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-Bold.woff2') format('woff2');
}
@font-face { 
    font-family: 'IBM Plex Sans';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/IBMPlexSans-BoldItalic.woff2') format('woff2');
}
.citizen-body {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
.mw-page-title-namespace,
.mw-page-title-separator {
  font-family: var(--font-family-base);
}
html.skin-citizen-light {
  --color-surface-0: #fbfbfb;
}
