Merge branch 'master' of github.com:KevinMidboe/vinlottis
This commit is contained in:
@@ -40,15 +40,17 @@ export default {
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url("/../public/assets/fonts/bold.eot"),
|
src: local('Arial'), url("/../public/assets/fonts/bold.eot"),
|
||||||
url("/../public/assets/fonts/bold.woff") format("woff");
|
url("/../public/assets/fonts/bold.woff") format("woff");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("/../public/assets/fonts/regular.eot"),
|
src: local('Arial'), url("/../public/assets/fonts/regular.eot"),
|
||||||
url("/../public/assets/fonts/regular.woff") format("woff");
|
url("/../public/assets/fonts/regular.woff") format("woff");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user