feat: reduce file size by removing by removing fonts
continuous-integration/drone/pr Build is failing Details

The font weight 300 was not used at all
This commit is contained in:
Dominik Pschenitschni 2021-09-17 12:18:24 +02:00
parent 50c1a2e4d5
commit 89fd09aa92
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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';