diff --git a/dist/workers/graph.js b/dist/workers/graph.js index 88597b7199..6c07e7b72d 100644 --- a/dist/workers/graph.js +++ b/dist/workers/graph.js @@ -156,7 +156,7 @@ initFonts = () => { }; const name = 'Inter'; - const fontFace = new FontFace(name, `url("../font/inter/regular.ttf") format("truetype")`); + const fontFace = new FontFace(name, `url("../font/inter/regular.woff") format("woff")`); self.fonts.add(fontFace); fontFace.load().then(() => { fontFamily = name; });