feat: reduce file size by removing by removing fonts (#759)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/759 Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
3245752a80
commit
6b1bf27bf8
2 changed files with 0 additions and 9 deletions
Binary file not shown.
|
@ -1,14 +1,5 @@
|
||||||
$font-files-path: '/fonts/';
|
$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 */
|
/* quicksand-regular - latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Quicksand';
|
font-family: 'Quicksand';
|
||||||
|
|
Loading…
Reference in a new issue