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

Trac 59165: Add Font Face and its tests #5051

Closed
wants to merge 15 commits into from

Commits on Aug 22, 2023

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

Commits on Aug 23, 2023

  1. Use wp_get_global_settings() instead of private API

    Changes the resolver to use wp_get_global_settings() instead of
    the chained objects to get the merged data layer.
    
    Reference:
    WordPress/gutenberg#53805
    
    Props @oandregal.
    hellofromtonya committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e1da7ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebeb2d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Reference @fonts param definition

    Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
    hellofromtonya and felixarntz authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f6c4266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a3508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4db7d42 View commit details
    Browse the repository at this point in the history
  4. Relocate into fonts/

    hellofromtonya committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e2db981 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    1b2bc1c View commit details
    Browse the repository at this point in the history
  2. Replace trigger_error()

    1. Uses _doing_it_wrong() until wp_trigger_error() is available.
    2. Adds comment to each with `@todo` annotation as a reminder to replace these later.
    hellofromtonya committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e695f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1d4c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e90b21d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4bcd07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8e4c03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fd304e View commit details
    Browse the repository at this point in the history