Skip to content

Commit 08bd030

Browse files
committed
Fix loading font in iframe
1 parent 86f4005 commit 08bd030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/php/class-block-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function enqueue_block_editor_assets() {
187187
wp_register_style(
188188
'material-block-editor-css',
189189
$this->plugin->asset_url( 'assets/css/block-editor-compiled.css' ),
190-
[],
190+
[ 'material-google-fonts' ],
191191
$version
192192
);
193193

0 commit comments

Comments
 (0)