about summary refs log tree commit diff
path: root/src/alf/atoms.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-10-03 20:22:54 -0500
committerGitHub <noreply@github.com>2024-10-03 20:22:54 -0500
commitce53b3a2648732ee67abd3cf4333f154031bd7e5 (patch)
treef90cf7326fbba9478f75586cd4851ea78adc135b /src/alf/atoms.ts
parenteb3b01d0adc5d5c053e1d350c087941b56106497 (diff)
downloadvoidsky-ce53b3a2648732ee67abd3cf4333f154031bd7e5.tar.zst
Font tweaks (#5597)
* Increase fontWeight on android

* Use atoms for a couple stray fontWeights

* Rm unused file
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r--src/alf/atoms.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts
index 2625beda2..ca4c14dc6 100644
--- a/src/alf/atoms.ts
+++ b/src/alf/atoms.ts
@@ -276,13 +276,13 @@ export const atoms = {
     letterSpacing: tokens.TRACKING,
   },
   font_normal: {
-    fontWeight: tokens.fontWeight.regular,
+    fontWeight: tokens.fontWeight.normal,
   },
   font_bold: {
-    fontWeight: tokens.fontWeight.semibold,
+    fontWeight: tokens.fontWeight.bold,
   },
   font_heavy: {
-    fontWeight: tokens.fontWeight.extrabold,
+    fontWeight: tokens.fontWeight.heavy,
   },
   italic: {
     fontStyle: 'italic',