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

feat: Add Font Fallback #1833

Closed
wants to merge 10 commits into from

Commits on May 28, 2022

  1. Add Font Fallback

    ahmed-novalabs committed May 28, 2022
    Configuration menu
    Copy the full SHA
    42af2b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9be38e View commit details
    Browse the repository at this point in the history
  3. Update types

    ahmed-novalabs committed May 28, 2022
    Configuration menu
    Copy the full SHA
    05f8ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fd4f14 View commit details
    Browse the repository at this point in the history
  5. Prefer last font

    ahmed-novalabs committed May 28, 2022
    Configuration menu
    Copy the full SHA
    fabbee4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    2b770f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    45487a8 View commit details
    Browse the repository at this point in the history
  2. Fixed multiple calls to font.load() race condition

    While resolving assets, the first call to load the font will await loading the font correctly, while subsequent calls to load the font will finish before the font is loaded. This sometimes leads to characters not rendering correctly.
    ahmed-novalabs committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    230f6ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef7b4a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    05c4bd7 View commit details
    Browse the repository at this point in the history