|
@@ -9,6 +9,7 @@
|
|
src: url('fonts/hack-regular-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular-subset.woff?sha=3114f1256') format('woff');
|
|
src: url('fonts/hack-regular-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular-subset.woff?sha=3114f1256') format('woff');
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
|
+ font-display: swap;
|
|
}
|
|
}
|
|
|
|
|
|
@font-face {
|
|
@font-face {
|
|
@@ -16,6 +17,7 @@
|
|
src: url('fonts/hack-bold-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold-subset.woff?sha=3114f1256') format('woff');
|
|
src: url('fonts/hack-bold-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bold-subset.woff?sha=3114f1256') format('woff');
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
|
+ font-display: swap;
|
|
}
|
|
}
|
|
|
|
|
|
@font-face {
|
|
@font-face {
|
|
@@ -23,6 +25,7 @@
|
|
src: url('fonts/hack-italic-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic-subset.woff?sha=3114f1256') format('woff');
|
|
src: url('fonts/hack-italic-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-italic-subset.woff?sha=3114f1256') format('woff');
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
|
|
+ font-display: swap;
|
|
}
|
|
}
|
|
|
|
|
|
@font-face {
|
|
@font-face {
|
|
@@ -30,5 +33,5 @@
|
|
src: url('fonts/hack-bolditalic-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=3114f1256') format('woff');
|
|
src: url('fonts/hack-bolditalic-subset.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=3114f1256') format('woff');
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
|
|
+ font-display: swap;
|
|
}
|
|
}
|
|
-
|
|
|