MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / loadFonts

Function loadFonts

frontend/util/fontutil.ts:83–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83function loadFonts() {
84 loadInterFont();
85 loadJetBrainsMonoFont();
86 loadHackNerdFont();
87}
88
89export { loadFonts };

Callers 2

initBareFunction · 0.90
initPreviewFunction · 0.90

Calls 3

loadInterFontFunction · 0.85
loadJetBrainsMonoFontFunction · 0.85
loadHackNerdFontFunction · 0.85

Tested by

no test coverage detected