diff --git a/client/src/style/fonts/NotoSans-Bold.woff b/client/src/style/fonts/NotoSans-Bold.woff deleted file mode 100644 index 0b99655ce..000000000 Binary files a/client/src/style/fonts/NotoSans-Bold.woff and /dev/null differ diff --git a/client/src/style/fonts/NotoSans-ExtraBold.woff b/client/src/style/fonts/NotoSans-ExtraBold.woff deleted file mode 100644 index c1530df23..000000000 Binary files a/client/src/style/fonts/NotoSans-ExtraBold.woff and /dev/null differ diff --git a/client/src/style/fonts/NotoSans-ExtraLight.woff b/client/src/style/fonts/NotoSans-ExtraLight.woff deleted file mode 100644 index 07044d2d5..000000000 Binary files a/client/src/style/fonts/NotoSans-ExtraLight.woff and /dev/null differ diff --git a/client/src/style/fonts/NotoSans-Italic.woff b/client/src/style/fonts/NotoSans-Italic.woff deleted file mode 100644 index eb339e6e5..000000000 Binary files a/client/src/style/fonts/NotoSans-Italic.woff and /dev/null differ diff --git a/client/src/style/fonts/NotoSans-Light.woff b/client/src/style/fonts/NotoSans-Light.woff deleted file mode 100644 index 595d1672e..000000000 Binary files a/client/src/style/fonts/NotoSans-Light.woff and /dev/null differ diff --git a/client/src/style/fonts/NotoSans-Thin.woff b/client/src/style/fonts/NotoSans-Thin.woff deleted file mode 100644 index 3aaada6e4..000000000 Binary files a/client/src/style/fonts/NotoSans-Thin.woff and /dev/null differ diff --git a/client/src/style/pages/fonts.scss b/client/src/style/pages/fonts.scss index 9b68ec990..88da31425 100644 --- a/client/src/style/pages/fonts.scss +++ b/client/src/style/pages/fonts.scss @@ -1,80 +1,31 @@ -// Regular 1 @font-face { font-family: Noto Sans; - src: url('../fonts/NotoSans-Regular.woff') format('woff'); + src: local('Noto Sans'), url('../fonts/NotoSans-SemiBold.woff') format('woff'); + font-style: normal; + font-weight: 600; + font-display: swap; +} + +@font-face { + font-family: Noto Sans; + src: local('Noto Sans'), url('../fonts/NotoSans-Regular.woff') format('woff'); font-style: normal; - display: swap; font-weight: 400; + font-display: swap; } -//Bold 2 @font-face { font-family: Noto Sans; - src: url('../fonts/NotoSans-Black.woff') format('woff'); + src: local('Noto Sans'), url('../fonts/NotoSans-Medium.woff') format('woff'); font-style: normal; - display: swap; - font-weight: 700; + font-weight: 500; + font-display: swap; } -// Extra Bold 3 @font-face { font-family: Noto Sans; - src: url('../fonts/NotoSans-ExtraBold.woff') format('woff'); + src: local('Noto Sans'), url('../fonts/NotoSans-Black.woff') format('woff'); font-style: normal; font-weight: 900; - display: swap; -} - -// Medium 4 -@font-face { - font-family: Noto Sans; - src: url('../fonts/NotoSans-Medium.woff') format('woff'); - font-style: normal; - display: swap; - font-weight: 500; -} - -// Light 5 -@font-face { - font-family: Noto Sans; - src: url('../fonts/NotoSans-Light.woff') format('woff'); - font-style: normal; - display: swap; - font-weight: 300; -} - -// Thin 6 -@font-face { - font-family: Noto Sans; - src: url('../fonts/NotoSans-Thin.woff') format('woff'); - font-style: normal; - display: swap; - font-weight: 100; -} - -// Italic 7 -@font-face { - font-family: Noto Sans; - src: url('../fonts/NotoSans-Italic.woff') format('woff'); - font-style: italic; - display: swap; - font-weight: 400; -} - -// Extra Light 8 -@font-face { - font-family: Noto Sans; - src: url('../fonts/NotoSans-ExtraLight.woff') format('woff'); - font-style: normal; - display: swap; - font-weight: 400; -} - -// SemiBold 9 -@font-face { - font-family: Noto Sans; - src: url('../fonts/NotoSans-SemiBold.woff') format('woff'); - font-style: normal; - display: swap; - font-weight: 400; + font-display: swap; }