Skip to main content
Log inSign up
Anchor to CheckoutBrandingFontLoadingStrategy

CheckoutBrandingFontLoadingStrategy

enum

The font loading strategy determines how a font face is displayed after it is loaded or failed to load. For more information: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display.

•

The font display strategy is defined by the browser user agent.

•

Gives the font face a short block period and an infinite swap period.

•

Gives the font face an extremely small block period and a short swap period.

•

Gives the font face an extremely small block period and no swap period.

•

Gives the font face an extremely small block period and an infinite swap period.


Was this section helpful?