Pledge teams: Enqueue dashicons font for badges

This commit is contained in:
Kelly Dwan 2024-09-02 14:18:51 -04:00
parent d32920e51e
commit 139dcff017
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ function enqueue_assets() {
wp_enqueue_style(
'wporg-5ftf-2024',
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']
);
}

View file

@ -35,7 +35,7 @@
}
/* Copied from the profiles.wordpress.org theme stylesheet, minor formatting edits. */
.badge {
.wp-block-wporg-pledge-teams .badge {
margin: 4px;
width: 32px;
height: 32px;