1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-11-22 15:25:51 +03:00

Use font-display: swap (#77)

This commit is contained in:
Rune Bjørnerås 2020-05-04 08:28:14 +02:00
parent ef3f102645
commit f6a7ed793d

4
dist/index.css vendored
View File

@ -4,6 +4,7 @@
url("woff/VictorMono-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
@ -12,6 +13,7 @@
url("woff/VictorMono-Italic.woff") format("woff");
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
@ -20,6 +22,7 @@
url("woff/VictorMono-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
@ -28,4 +31,5 @@
url("woff/VictorMono-BoldItalic.woff") format("woff");
font-weight: 700;
font-style: italic;
font-display: swap;
}