Toggle menu
Toggle preferences menu
Toggle personal menu
Et ole kirjautunut
Your IP address will be publicly visible if you make any edits.

Järjestelmäviesti:Citizen.css

Sarastus Wikistä
Versio hetkellä 12. joulukuuta 2024 kello 18.02 – tehnyt Virankannos (keskustelu | muokkaukset) (Ak: Uusi sivu: →‎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')...)
(ero) ← Vanhempi versio | Nykyinen versio (ero) | Uudempi versio → (ero)

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer ja Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Paina Ctrl-F5.
/* 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');
}

@font-face { 
    font-family: 'PT Serif';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Regular.woff2') format('woff2');
}

@font-face { 
    font-family: 'PT Serif';
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Italic.woff2') format('woff2');
}

@font-face { 
    font-family: 'PT Serif';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Bold.woff2') format('woff2');
}

@font-face { 
    font-family: 'PT Serif';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('https://static.sarastus.net/PT-Serif_Bold-Italic.woff2') format('woff2');
}

.citizen-page-heading h1,
.citizen-body h1,
.citizen-body h2,
.citizen-body h3,
.citizen-body h4,
.citizen-body h5,
.citizen-body h6 {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
}

body {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}