diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:37:09 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 20:37:09 +0100 |
| commit | 176e105dc3a11ac118b6e84e8dd77d77371deb0c (patch) | |
| tree | 0245ae746035303ec47cc16218cc3aa1479bb41a /public/css/variables/typography.css | |
| parent | 5b59e2878dd5e58d1c98ffc0d64503ddb8884b27 (diff) | |
Pulls out typography variables
Diffstat (limited to 'public/css/variables/typography.css')
| -rw-r--r-- | public/css/variables/typography.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/variables/typography.css b/public/css/variables/typography.css new file mode 100644 index 0000000..599f4ea --- /dev/null +++ b/public/css/variables/typography.css @@ -0,0 +1,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'; +}
\ No newline at end of file |
