From f6d08fb0dca9fbcf209472c484acf58158e96948 Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Tue, 5 Jan 2021 17:15:50 +0100 Subject: [PATCH] Use local version of Noto Sans if available --- src/styles/noto-sans/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/noto-sans/index.scss b/src/styles/noto-sans/index.scss index 8227dd1166..16b150cbe0 100644 --- a/src/styles/noto-sans/index.scss +++ b/src/styles/noto-sans/index.scss @@ -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; } }