Load Fonts directly

This commit is contained in:
kolaente 2020-02-11 22:32:10 +01:00
parent 1111d60d61
commit e0dcf1faa9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@
<link rel="preload" crossorigin="anonymous" href="<%= BASE_URL %>fonts/open-sans-v15-latin-regular.woff2" as="font">
<link rel="preload" crossorigin="anonymous" href="<%= BASE_URL %>fonts/open-sans-v15-latin-700.woff2" as="font">
<link rel="preload" crossorigin="anonymous" href="<%= BASE_URL %>fonts/quicksand-v7-latin-regular.woff2" as="font">
<link href="<%= BASE_URL %>fonts/fonts.css" rel="stylesheet">
</head>
<body>
<noscript>

View File

@ -1,4 +1,3 @@
@import url('/fonts/fonts.css');
@import '../../../node_modules/bulma/bulma';
*, *:hover, *:active, *:focus{