MCPcopy Create free account
hub / github.com/Streamerbot/client / loadFonts

Function loadFonts

apps/toolkit/src/plugins/webfontloader.ts:7–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 */
6
7export async function loadFonts() {
8 const webFontLoader = await import(
9 /* webpackChunkName: "webfontloader" */ 'webfontloader'
10 );
11
12 webFontLoader.load({
13 google: {
14 families: ['Poppins:100,300,400,500,700,900&display=swap'],
15 },
16 });
17}

Callers 1

main.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected