summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.css
blob: 599f4ea636a3c6c849ea8662e2e6b3bb469b04b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
:root {
  --font-size-0: 14px;
  --font-size-1: 18px;
  --font-size-2: 24px;
  --font-size-3: 32px;
  --font-size-4: 44px;
  --font-size-5: 54px;
  --font-size-6: 72px;

  --font-serif: Alegreya, 'Goudy Old Style', Garamond, serif;
  --font-sans-serif: 'Alegreya Sans', Lato, Calibri, 'sans-serif';
}