Use local version of Noto Sans if available

This commit is contained in:
jarnedemeulemeester 2021-01-05 17:15:50 +01:00
parent 4e5c8cd918
commit f6d08fb0dc
No known key found for this signature in database
GPG Key ID: B61B7B150DB6A6D2

View File

@ -5,7 +5,7 @@
font-style: $style;
font-display: swap;
font-weight: $weight;
src: url($url) format("woff2");
src: local($family), url($url) format("woff2");
unicode-range: $range;
}
}