feat: reduce file size by removing by removing fonts #759

Merged
konrad merged 2 commits from dpschen/frontend:feature/reduce-file-size-by-removing-font-weights into main 2021-09-23 14:07:09 +00:00
2 changed files with 0 additions and 9 deletions

View File

@ -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';