mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
fix inter font for variable weight
This commit is contained in:
parent
85d8bd35c7
commit
a382d5d41e
@ -146,7 +146,7 @@ function loadInterFont() {
|
||||
isInterFontLoaded = true;
|
||||
const interFont = new FontFace("Inter", "url('fonts/inter-variable.woff2')", {
|
||||
style: "normal",
|
||||
weight: "400",
|
||||
weight: "100 900",
|
||||
});
|
||||
addToFontFaceSet(document.fonts, interFont);
|
||||
interFont.load();
|
||||
|
Loading…
Reference in New Issue
Block a user