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

Font Library: fixes installed font families not rendering in the editor or frontend. #59019

Merged
merged 15 commits into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. Improves the sanitize_font_family function to output CSS valid font-f…

    …amily values according to CSS spec
    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    64b977a View commit details
    Browse the repository at this point in the history
  2. add font-family css specific sanitization for fontFamily properties o…

    …f the fonts from font collections
    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5b612f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099ee79 View commit details
    Browse the repository at this point in the history
  4. format comment

    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b1d335d View commit details
    Browse the repository at this point in the history
  5. improving fontFontFamily and add formatFontFaceName functions to ensu…

    …re that CSS properties are valid
    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1689954 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07d991c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23b71b6 View commit details
    Browse the repository at this point in the history
  8. lint variable names

    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    525d74c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9758385 View commit details
    Browse the repository at this point in the history
  10. format php

    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    249ace9 View commit details
    Browse the repository at this point in the history
  11. improve php check

    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    de9746c View commit details
    Browse the repository at this point in the history
  12. format php

    matiasbenedetto committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4222a7b View commit details
    Browse the repository at this point in the history
  13. replace firefox by gecko to cover all gecko engine browsers

    Co-authored-by: Juan Aldasoro <252415+juanfra@users.noreply.github.com>
    matiasbenedetto and juanfra committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2f3a0df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8abd359 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f85650a View commit details
    Browse the repository at this point in the history