diff --git a/_sass/_fonts.scss b/_sass/_fonts.scss index 8e89bb2..54d0da9 100644 --- a/_sass/_fonts.scss +++ b/_sass/_fonts.scss @@ -1,6 +1,7 @@ $weights: ( "Light": 300, "Medium": 500, + "SemiBold": 600, "Bold": 700, ); diff --git a/assets/fonts/Inter-Bold.woff2 b/assets/fonts/Inter-Bold.woff2 index 2846f29..0f1b157 100644 Binary files a/assets/fonts/Inter-Bold.woff2 and b/assets/fonts/Inter-Bold.woff2 differ diff --git a/assets/fonts/Inter-BoldItalic.woff2 b/assets/fonts/Inter-BoldItalic.woff2 index 0b1fe8e..bc50f24 100644 Binary files a/assets/fonts/Inter-BoldItalic.woff2 and b/assets/fonts/Inter-BoldItalic.woff2 differ diff --git a/assets/fonts/Inter-Italic.woff2 b/assets/fonts/Inter-Italic.woff2 index a619fc5..4c24ce2 100644 Binary files a/assets/fonts/Inter-Italic.woff2 and b/assets/fonts/Inter-Italic.woff2 differ diff --git a/assets/fonts/Inter-Light.woff2 b/assets/fonts/Inter-Light.woff2 index bc4be66..dbe6143 100644 Binary files a/assets/fonts/Inter-Light.woff2 and b/assets/fonts/Inter-Light.woff2 differ diff --git a/assets/fonts/Inter-LightItalic.woff2 b/assets/fonts/Inter-LightItalic.woff2 index 842b2df..a40d042 100644 Binary files a/assets/fonts/Inter-LightItalic.woff2 and b/assets/fonts/Inter-LightItalic.woff2 differ diff --git a/assets/fonts/Inter-Medium.woff2 b/assets/fonts/Inter-Medium.woff2 index f92498a..0fd2ee7 100644 Binary files a/assets/fonts/Inter-Medium.woff2 and b/assets/fonts/Inter-Medium.woff2 differ diff --git a/assets/fonts/Inter-MediumItalic.woff2 b/assets/fonts/Inter-MediumItalic.woff2 index 0e3019f..9676715 100644 Binary files a/assets/fonts/Inter-MediumItalic.woff2 and b/assets/fonts/Inter-MediumItalic.woff2 differ diff --git a/assets/fonts/Inter-Regular.woff2 b/assets/fonts/Inter-Regular.woff2 index 6c2b689..b8699af 100644 Binary files a/assets/fonts/Inter-Regular.woff2 and b/assets/fonts/Inter-Regular.woff2 differ diff --git a/assets/fonts/Inter-SemiBold.woff2 b/assets/fonts/Inter-SemiBold.woff2 new file mode 100644 index 0000000..95c48b1 Binary files /dev/null and b/assets/fonts/Inter-SemiBold.woff2 differ diff --git a/assets/fonts/Inter-SemiBoldItalic.woff2 b/assets/fonts/Inter-SemiBoldItalic.woff2 new file mode 100644 index 0000000..ddfe19e Binary files /dev/null and b/assets/fonts/Inter-SemiBoldItalic.woff2 differ