Use web fonts

  • Updated

Web fonts are a CSS feature you use to specify font files that users download while accessing your website. Any browser that supports web fonts can render the exact fonts you specify.

Optimizely Configured Commerce uses the default IIS configuration to serve web fonts with certain file extensions, for example EOT, TTF and SVG web fonts.

For file extensions not on the IIS list, the web.config file contains the web font file extensions, and their default MIME type settings in IIS, that are whitelisted for use:

  • WOFF - mimeType="application/x-font-woff"
  • WOFF2 - mimeType="application/x-font-woff2"…

External resources