diff --git a/public/fonts/quicksand-v7-latin-300.woff2 b/public/fonts/quicksand-v7-latin-300.woff2 deleted file mode 100644 index 10738e44b..000000000 Binary files a/public/fonts/quicksand-v7-latin-300.woff2 and /dev/null differ diff --git a/src/styles/theme/fonts.scss b/src/styles/theme/fonts.scss index 7e7d68f30..184f777c4 100644 --- a/src/styles/theme/fonts.scss +++ b/src/styles/theme/fonts.scss @@ -1,14 +1,5 @@ $font-files-path: '/fonts/'; -/* quicksand-300 - latin */ -@font-face { - font-family: 'Quicksand'; - font-style: normal; - font-weight: 300; - font-display: swap; - src: url($font-files-path + 'quicksand-v7-latin-300.woff2') format('woff2'); -} - /* quicksand-regular - latin */ @font-face { font-family: 'Quicksand';