mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 11:23:45 +03:00
Pledge teams: Enqueue dashicons font for badges
This commit is contained in:
parent
d32920e51e
commit
139dcff017
|
@ -40,7 +40,7 @@ function enqueue_assets() {
|
||||||
wp_enqueue_style(
|
wp_enqueue_style(
|
||||||
'wporg-5ftf-2024',
|
'wporg-5ftf-2024',
|
||||||
get_theme_file_uri( 'build/style/style-index.css' ),
|
get_theme_file_uri( 'build/style/style-index.css' ),
|
||||||
array( 'wporg-parent-2021-style', 'wporg-global-fonts' ),
|
array( 'wporg-parent-2021-style', 'wporg-global-fonts', 'dashicons' ),
|
||||||
$metadata['version']
|
$metadata['version']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Copied from the profiles.wordpress.org theme stylesheet, minor formatting edits. */
|
/* Copied from the profiles.wordpress.org theme stylesheet, minor formatting edits. */
|
||||||
.badge {
|
.wp-block-wporg-pledge-teams .badge {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
Loading…
Reference in a new issue