{# Start the regular face downloading with the stylesheet rather than after it parses. `crossorigin` is required even same-origin: font fetches are CORS-mode, so without it the preload would not match the @font-face request and the file would be fetched twice. Only the regular face — italic is rare enough that on-demand loading is the right trade. #} {# Keep this synchronous script *after* the stylesheet: Gecko will not run a parser-blocking script while a stylesheet is pending, so the parser stalls here and nothing unstyled exists to paint if something forces a layout flush (Bugzilla 1459305). Chrome blocks rendering on the sheet regardless. #}
Skip to content