summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-18 20:37:09 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-18 20:37:09 +0100
commit176e105dc3a11ac118b6e84e8dd77d77371deb0c (patch)
tree0245ae746035303ec47cc16218cc3aa1479bb41a /public/css/variables/typography.css
parent5b59e2878dd5e58d1c98ffc0d64503ddb8884b27 (diff)
Pulls out typography variables
Diffstat (limited to 'public/css/variables/typography.css')
-rw-r--r--public/css/variables/typography.css12
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