about summary refs log tree commit diff
path: root/src/lib/themes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r--src/lib/themes.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts
index c544eebf2..aa166e323 100644
--- a/src/lib/themes.ts
+++ b/src/lib/themes.ts
@@ -82,6 +82,31 @@ export const defaultTheme: Theme = {
     },
   },
   typography: {
+    '2xl-thin': {
+      fontSize: 18,
+      letterSpacing: 0.25,
+      fontWeight: '300',
+    },
+    '2xl': {
+      fontSize: 18,
+      letterSpacing: 0.25,
+      fontWeight: '400',
+    },
+    '2xl-medium': {
+      fontSize: 18,
+      letterSpacing: 0.25,
+      fontWeight: '500',
+    },
+    '2xl-bold': {
+      fontSize: 18,
+      letterSpacing: 0.25,
+      fontWeight: '700',
+    },
+    '2xl-heavy': {
+      fontSize: 18,
+      letterSpacing: 0.25,
+      fontWeight: '800',
+    },
     'xl-thin': {
       fontSize: 17,
       letterSpacing: 0.25,