about summary refs log tree commit diff
path: root/src/alf/fonts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf/fonts.ts')
-rw-r--r--src/alf/fonts.ts9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/alf/fonts.ts b/src/alf/fonts.ts
index b11ce939f..46c741bc7 100644
--- a/src/alf/fonts.ts
+++ b/src/alf/fonts.ts
@@ -45,15 +45,18 @@ export function applyFonts(
         // '100': 'Inter-Thin',
         // '200': 'Inter-ExtraLight',
         // '300': 'Inter-Light',
+        // '500': 'Inter-Medium',
+        // '700': 'Inter-Bold',
+        // '900': 'Inter-Black',
         '100': 'Inter-Regular',
         '200': 'Inter-Regular',
         '300': 'Inter-Regular',
         '400': 'Inter-Regular',
-        '500': 'Inter-Medium',
+        '500': 'Inter-SemiBold',
         '600': 'Inter-SemiBold',
-        '700': 'Inter-Bold',
+        '700': 'Inter-SemiBold',
         '800': 'Inter-ExtraBold',
-        '900': 'Inter-Black',
+        '900': 'Inter-ExtraBold',
       }[style.fontWeight as string] || 'Inter-Regular'
 
     if (style.fontStyle === 'italic') {