MCPcopy Create free account
hub / github.com/UI5/webcomponents / getDefaultFontLoading

Function getDefaultFontLoading

packages/base/src/config/Fonts.ts:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 * @returns { boolean }
14 */
15const getDefaultFontLoading = (): boolean => {
16 if (defaultFontLoading === undefined) {
17 defaultFontLoading = getConfiguredDefaultFontLoading();
18 }
19
20 return defaultFontLoading;
21};
22
23/**
24 * Defines the "defaultFontLoading" setting.

Callers 1

insertMainFontFaceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…