More actions
(Reset) Tag: Blanking |
(Fonts) |
||
| Line 1: | Line 1: | ||
/* CSS DIRECTORY | |||
[ 1. Imports | |||
[ 2. Root Variables | |||
[ 3. | |||
[ 4. | |||
[ 5. | |||
============================================================================================*/ | |||
/* Imports | |||
============================================================================================ */ | |||
@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300&family=Quicksand&family=Rokkitt&family=Varela+Round&display=swap'); | |||
/* ROOT VARIABLES | |||
[ These are variables explicitly supported by the theme. | |||
[ https://github.com/StarCitizenTools/mediawiki-skins-Citizen/wiki/Customizing-Citizen-styles | |||
============================================================================================ */ | |||
:root { | |||
--font-family-base: 'Quicksand', sans-serif; | |||
--font-family-serif: 'Kreon', serif; | |||
--font-family-monospace: 'Rokkitt', monospace; | |||
} | |||
Revision as of 08:28, 20 January 2023
/* CSS DIRECTORY
[ 1. Imports
[ 2. Root Variables
[ 3.
[ 4.
[ 5.
============================================================================================*/
/* Imports
============================================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300&family=Quicksand&family=Rokkitt&family=Varela+Round&display=swap');
/* ROOT VARIABLES
[ These are variables explicitly supported by the theme.
[ https://github.com/StarCitizenTools/mediawiki-skins-Citizen/wiki/Customizing-Citizen-styles
============================================================================================ */
:root {
--font-family-base: 'Quicksand', sans-serif;
--font-family-serif: 'Kreon', serif;
--font-family-monospace: 'Rokkitt', monospace;
}