Load Fonts directly
This commit is contained in:
parent
1111d60d61
commit
e0dcf1faa9
2 changed files with 1 additions and 1 deletions
|
@ -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-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/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 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
@import url('/fonts/fonts.css');
|
|
||||||
@import '../../../node_modules/bulma/bulma';
|
@import '../../../node_modules/bulma/bulma';
|
||||||
|
|
||||||
*, *:hover, *:active, *:focus{
|
*, *:hover, *:active, *:focus{
|
||||||
|
|
Loading…
Reference in a new issue