Default Font

const DEFAULT_FONT

This constant defines the default font.

This helps the App Component determine if it should set a font class on the body element.

default-font.constant.ts
export const DEFAULT_FONT: AvailableFont = 'noto-sans';

Last updated