I’ve added three custom fonts to my font manager (Asap, Barlow, DM Serif), but only Asap and Barlow will render on the front end when applied using the global font settings. DM Serif won’t work. DM Serif will only work if I assign the custom font individually.
- I disabled google fonts via functions.php
add_filter( 'cs_load_google_fonts', '__return_false' );
- I cleared the site cache and browser cache and previewed it with Edge and Brave
- I set the fallback heading font to monospace so it’s obvious when DM serif isn’t applied.
Font Manager is enabled within theme options. I tried to set the body content and headings to the global font and then to the custom font, but neither worked.
I appreciate your feedback.