google fonts preload
parent
f7fed6eaac
commit
2c24943794
|
@ -14,6 +14,8 @@
|
|||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://nginxconfig.io">
|
||||
<meta property="og:image" content="https://nginxconfig.io/assets/img/share.png">
|
||||
<link rel="preload" as="font" href="https://fonts.gstatic.com/s/quicksand/v9/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" as="font" href="https://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_pkHEYT8L_FYzokA.woff2" type="font/woff2" crossorigin="anonymous">
|
||||
</head>
|
||||
<body ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController" ng-csp>
|
||||
<header>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@import 'https://fonts.googleapis.com/css?family=Quicksand:400,700';
|
||||
@import 'https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap';
|
||||
|
||||
body {
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue