Home › Forums › Support › Local fonts in editor This topic has 3 replies, 3 voices, and was last updated 6 months, 1 week ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 16, 2022 at 4:15 am #2344672 Jan Hi David, I seem to have the same issue as bjbowen in this threat. I added… // GP - Activate local fonts in editor add_filter( 'generate_editor_styles', function( $editor_styles ) { $editor_styles[] = 'style.css'; return $editor_styles; } ); …to the Child theme but the issue is still there. I recorded a short video to demonstrate the issue. Please let me know your thoughts. Thanks, Jan September 16, 2022 at 5:59 am #2344786 DavidStaff Customer Support Hi there, when you added your local fonts – where did you add the @font-face CSS ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 16, 2022 at 11:21 am #2345180 Jan Hi David, I added the the @font-face CSS in the Customizer > Additional CSS. Best, Jan September 16, 2022 at 12:08 pm #2345229 YingStaff Customer Support Hi Jan, The code addsstyle.css to the editor, but the place ( Customizer > Additional CSS )where you added the @font-face is not style.css. Try to add the @font-face CSS to your child theme’s style.css file. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In