Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating how the font loaded via data-uri is called #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 26, 2021

  1. Updating how the font loaded via data-uri is called

    Recently, on some OSes (like MacOS Monterey), the check using the truetype font via data-uri started throwing the following error (provided by Firefox v93.0):
    
    ```
    downloadable font: not usable by platform (font-family: "pixelambacht" style:normal weight:400 stretch:100 src index:0) source: data:font/truetype;base64,AAEAAAALAIAAAwAwT1MvMghABuMAAAC8AAAAYGNtYXAAlQDaAAABHAAAAGRnYXNw//8ABAAAAYAAAAAIZ2x5Zv8nt3kAAAGIAAAATG … AQQJAAQAAgAOAAMAAQQJAAUAAAAAAAMAAQQJAAYAAAAAAAMAAQQJAAoAAAAAAAD+/wBy/v8Ab/7/AGX+/wBsAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
    ```
    
    Updating how the data-uri was set to include things like `format()` seemed to resolve the errors, but Firefox was still warning:
    
    ```
    downloadable font: no supported format found (font-family: "pixelambacht" style:normal weight:400 stretch:100 src index:1) source: (end of source list)
    ```
    
    ... and the check was still failing when it should have been passing.
    
    Changing to use the WOFF font instead of the TrueType font resolved the warning, and allowed the check to work properly again.
    moliver-hemasystems committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    54820b7 View commit details
    Browse the repository at this point in the history