mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-11 12:40:12 +00:00
Editor: Add test data for Fluid Typography.
Follow-up to [54280] and [54497]. Props desrosj, hellofromTonya, SergeyBiryukov. See #56467. git-svn-id: https://develop.svn.wordpress.org/trunk@54500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Theme Name: Block Theme Child Theme With Fluid Typography
|
||||
Theme URI: https://wordpress.org/
|
||||
Description: For testing purposes only.
|
||||
Template: block-theme
|
||||
Version: 1.0.0
|
||||
Text Domain: block-theme-child-with-fluid-typography
|
||||
*/
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": 2,
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"typography": {
|
||||
"fluid": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user