| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | /** |
| 49 | 49 | * Enqueue admin scripts |
| 50 | 50 | */ |
| 51 | 51 | private function enqueue_scripts() { |
| 52 | - wp_enqueue_style( 'elementor-admin-top-bar-fonts', 'https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap', [], ELEMENTOR_VERSION ); | |
| 52 | + wp_enqueue_style( 'elementor-admin-top-bar-fonts', 'https://fonts.googleapis.com/css2?family=Roboto&display=swap', [], ELEMENTOR_VERSION ); | |
| 53 | 53 | |
| 54 | 54 | wp_enqueue_style( 'elementor-admin-top-bar', $this->get_css_assets_url( 'admin-top-bar', null, 'default', true ), [], ELEMENTOR_VERSION ); |
| 55 | 55 | |
| 56 | 56 | wp_enqueue_script( 'elementor-admin-top-bar', $this->get_js_assets_url( 'admin-top-bar' ), [ |