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

Deprecate and make Fonts API non-functional. #52485

Merged
merged 3 commits into from
Jul 19, 2023

Commits on Jul 11, 2023

  1. Deprecate and make Fonts API non-functional.

    With Font Face, the Fonts API is no longer needed. However for sites using Fonts API, the public facing functions, classes, and methods still need to be available in memory to avoid fatal errors.
    
    This commit:
    1. Adds a bc-layer into the Font Face.
    2. Copies each of the Fonts API files into it.
    3. Deprecates each file and public function, class, and method.
    4. Makes each function and method non-functional.
    hellofromtonya committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dcef9bd View commit details
    Browse the repository at this point in the history
  2. Load the BC Layer

    hellofromtonya committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    71f09ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b994215 View commit details
    Browse the repository at this point in the history