From 85675451bcdeaf57d0887305f23731c5837a95a1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:11:22 +0100 Subject: Better typography, again --- public/css/variables/typography.xs.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'public/css/variables/typography.xs.css') diff --git a/public/css/variables/typography.xs.css b/public/css/variables/typography.xs.css index 2c36d1d..6375aad 100644 --- a/public/css/variables/typography.xs.css +++ b/public/css/variables/typography.xs.css @@ -1,9 +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)); + --font-size-0: calc(6 * var(--relative-eighth-rem)); + --font-size-1: calc(8 * var(--relative-eighth-rem)); + --font-size-2: calc(11 * var(--relative-eighth-rem)); + --font-size-3: calc(14 * var(--relative-eighth-rem)); + --font-size-4: calc(18 * var(--relative-eighth-rem)); + --font-size-5: calc(23 * var(--relative-eighth-rem)); + --font-size-6: calc(28 * var(--relative-eighth-rem)); } \ No newline at end of file -- cgit v1.2.3