Home › Forums › Support › Adding local fonts and editing post fonts don’t match This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by Elvin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 20, 2021 at 6:06 am #1741534 a1reno Hi, I followed this guide (https://docs.generatepress.com/article/adding-local-fonts/) around two weeks ago and everything is up and working fine. Since then I have noticed that in the ‘edit post’ screen the font doesn’t match the new added local font I am using. My selected system font is Montserrat but it looks like the one in my editor is something similar to Times New Roman. Do you know what the issue is? Thanks in advance! April 20, 2021 at 4:00 pm #1742373 ElvinStaff Customer Support Hi there, You’ll have to enqueue the stylesheet containing the fonts for block editor use. add_action( 'enqueue_block_editor_assets', function() { wp_enqueue_style( 'your-handle', 'URL TO YOUR FILE' ); } ); See similar questions here: https://generatepress.com/forums/topic/issue-installing-fonts-locally/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In