Font Library: Frontend#53650
Conversation
|
Size Change: +90.5 kB (+6%) 🔍 Total Size: 1.6 MB
ℹ️ View Unchanged
|
|
It appears that there are no testing steps provided for this PR. |
Hi @anton-vlasenko due to the latest backend changes the PR is not running yet. I just imported the changes from the old big PR containing backend, frontend and other utiils. Sorry for not marking this as a draft before. I will be working on this PR and I'll add the testing instructions and ping you when it's ready for review. |
|
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ lib/experimental/fonts/font-library/google-fonts.json ❔ lib/experimental/fonts/font-library/class-wp-rest-font-library-controller.php |
|
There's consensus to rename the library to a singular form, i.e. from "Fonts Library" to "Font Library". See #52698. References in this PR will also need to be updated. |
|
I'm closing this PR in favor of another PR of a smaller scope that does not include any Google Fonts management: #53884 |
@anton-vlasenko It's ready to test in the other PR: #53884 |
Thanks for the ping, @matiasbenedetto. I'm on it. |
|
Closed, implemented here: #53884 |
What?
Implementation of the frontend for Font Library.
Why?
You can see #50927
Testing Instructions
To make the fonts library backend work you need to add this line in your
wp-config.phpfile:define( 'FONT_LIBRARY_ENABLE', true );More info:
Tracking issue: #52698