bagstage
@bagstage on WordPress.org
- Member Since: May 24th, 2019
- Location: Germany
- Website: bagstage.de
- Job Title: Online Marketing
- Employer: Bagstage GmbH
-
Posted a reply to How to deactivate Roboto Google Font in Ample Theme?, on the site WordPress.org Forums:
Hi, sorry, now it works with this code: add_action('wp_print_styles', 'ample_google_fonts_dequeue_styles'); function ample_google_fonts_dequeue_styles() { wp_dequeue_style( 'ample-google-fonts'… -
Posted a reply to How to deactivate Roboto Google Font in Ample Theme?, on the site WordPress.org Forums:
Hi, if i use this code: add_action('wp_print_styles', 'ample-google-fonts_dequeue_styles'); function ample_google_fonts_dequeue_styles() { wp_dequeue_style( 'ample-google-fonts' );} i… -
Created a topic, How to deactivate Roboto Google Font in Ample Theme?, on the site WordPress.org Forums:
Hi there, i like to disable the "Roboto Google Font" i…