Fonts manager conflicts
-
Hi,
The fonts manager have problem with Open Sans font which is already used by WordPress, if i choose custom font weights and styles, the result in frontend source is not changed until I use
wp_deregister_style('open-sans');
with thewp_enqueue_scripts
hook.I think you should detect if the font is already registered by others, and override it.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fonts manager conflicts’ is closed to new replies.