Skip to content

Commit e537859

Browse files
committed
Load dashicons font on frontend
Required for /about/stats page and others Fixes #354
1 parent 889b4d5 commit e537859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/wp-content/themes/wporg-main-2022/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function enqueue_assets() {
3535
wp_enqueue_style(
3636
'wporg-main-2022-style',
3737
get_stylesheet_directory_uri() . '/build/style/style-index.css',
38-
array( 'wporg-parent-2021-style', 'wporg-global-fonts' ),
38+
array( 'wporg-parent-2021-style', 'wporg-global-fonts', 'dashicons' ),
3939
filemtime( __DIR__ . '/build/style/style-index.css' )
4040
);
4141
wp_style_add_data( 'wporg-main-2022-style', 'rtl', 'replace' );

0 commit comments

Comments
 (0)