Skip to content

Commit

Permalink
update: removed duplicate css import
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 5, 2024
1 parent dee182f commit bee6d4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/settings/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
background: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion modules/settings/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function enqueue_scripts( $hook ) {

wp_enqueue_style(
'ea11y-admin-fonts',
'https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap',
'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap',
[],
EA11Y_VERSION
);
Expand Down

0 comments on commit bee6d4a

Please sign in to comment.