mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Persist font settings when cloning a theme (#678)
This commit is contained in:
parent
8fa60a58c5
commit
070c444448
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ class CBT_Theme_Create {
|
|||
|
||||
wp_mkdir_p( $new_theme_path );
|
||||
|
||||
// Persist font settings for cloned theme.
|
||||
CBT_Theme_Fonts::persist_font_settings();
|
||||
|
||||
// Copy theme files.
|
||||
$template_options = array(
|
||||
'localizeText' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue