summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.md.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-27 18:11:22 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-27 18:11:22 +0100
commit85675451bcdeaf57d0887305f23731c5837a95a1 (patch)
treec9899c660516dd6d587f7a804a48948cbe0f2dc8 /public/css/variables/typography.md.css
parente8db0811d7e6808c2995f56bd77b76e4aeb95137 (diff)
Better typography, again
Diffstat (limited to 'public/css/variables/typography.md.css')
-rw-r--r--public/css/variables/typography.md.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/variables/typography.md.css b/public/css/variables/typography.md.css
new file mode 100644
index 0000000..2c36d1d
--- /dev/null
+++ b/public/css/variables/typography.md.css
@@ -0,0 +1,9 @@
+:root {
+ --font-size-0: calc(7 * var(--relative-eighth-rem));
+ --font-size-1: calc(9 * var(--relative-eighth-rem));
+ --font-size-2: calc(12 * var(--relative-eighth-rem));
+ --font-size-3: calc(16 * var(--relative-eighth-rem));
+ --font-size-4: calc(20 * var(--relative-eighth-rem));
+ --font-size-5: calc(26 * var(--relative-eighth-rem));
+ --font-size-6: calc(32 * var(--relative-eighth-rem));
+} \ No newline at end of file