Available Font

type AvailableFont

This type governs the Default Font constant and the Language Option interface.

Its value is used in the App Component to set the font class on the body element, which is a class defined in styles.scss.

available-font.type.ts
export type AvailableFont = 'noto-sans' | 'noto-sans-arabic';

Last updated