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; } }