Revert the "Manage fonts" button in Global Styles#66107
Conversation
|
Size Change: +199 B (+0.01%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Is this just a revert commit of #62129? I see a |
|
Note: for better process, I added the same GitHub labels from the original issue and PR that implemented this change. |
1 similar comment
|
Note: for better process, I added the same GitHub labels from the original issue and PR that implemented this change. |
Actually, this is not a revert. It's a change. |
t-hamano
left a comment
There was a problem hiding this comment.
Thanks for the PR!
There is still discussion going on about the button layout so like #65590 I think it would be best to revert to the previous state in WP 6.7.
I see a
style.scsschange in the original PR, should we include that here too?
The current stylesheet matches this PR perfectly, so I don't think any stylesheet changes are necessary.
Co-authored-by: ndiego <ndiego@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: kevin940726 <kevin940726@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: colorful-tones <colorful-tones@git.wordpress.org> Co-authored-by: richtabor <richtabor@git.wordpress.org>
|
I just cherry-picked this PR to the wp/6.7 branch to get it included in the next release: d360fd1 |
Co-authored-by: ndiego <ndiego@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: kevin940726 <kevin940726@git.wordpress.org> Co-authored-by: afercia <afercia@git.wordpress.org> Co-authored-by: carolinan <poena@git.wordpress.org> Co-authored-by: colorful-tones <colorful-tones@git.wordpress.org> Co-authored-by: richtabor <richtabor@git.wordpress.org>



Fixes #65574
What?
This PR reverts the "Manage fonts" button that was persistently displayed when managing fonts in the Global Styles → Typography. Now, this "Manage fonts" button only displays when there are no active fonts. If there are no fonts installed, the button will read "Add fonts". This behavior is similar to 6.6.
Why?
There is an open discussion about whether this button should be displayed. As we are approaching the 6.7 release, the release leads agreed to revert to 6.6 functionality and continue this discussion for future Gutenberg releases.