Skip to content

Instantly share code, notes, and snippets.

@sebastiano-guerriero
Last active July 16, 2018 10:00
Show Gist options
  • Save sebastiano-guerriero/05a894c3c49cb2f32b13cdf979c28b2f to your computer and use it in GitHub Desktop.
Save sebastiano-guerriero/05a894c3c49cb2f32b13cdf979c28b2f to your computer and use it in GitHub Desktop.
:root {
--font-primary: sans-serif;
--font-secondary: serif;
/* set base values */
--text-base-size: 1em;
--text-scale-ratio: 1.2;
}
body {
font-size: var(--text-base-size);
font-family: var(--font-primary);
color: var(--color-text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment