I just went to my website after a week and my main default font (Adobe Fonts: New Spirit Condensed) is not showing in the live version (Cargo font is replacing it). However, when I go into the edit mode of the page, it shows.
What should I do? Could be related with the latest WordPress update?
Thanks in advance.
]]>I just went to my website after a week and my main default font (Adobe Fonts: New Spirit Condensed) is not showing in the live version (Cargo font is replacing it). However, when I go into the edit mode of the page, it shows.
What should I do? Could be related with the latest WordPress update?
Thanks in advance.
]]>I can’t figure out where put the code from Adobe Fonts, so it will show up in the gutenberg editor.
Neither party says anything about the matter, I imagine I’m not the only user to end up running in circles trying to figure this out.
Does anybody know, is this just a non-starter? Incompatible systems?
I’m not looking for workarounds or alternatives, except maybe if there are plugins that just fix this thing but add a whole new editor on top.
Sorry for the sulky tone, I’m just a bit frustrated, I’ve tried so often just to figure this out.
]]>A few weeks ago, I started noticing that the custom fonts that I integrated in Elementor via Adobe TypeKit, are no longer loading. After some trial and error, it turned out that when Complianz is deactivated, the fonts load again. Does anyone know why this error is happening? I might have to look for another cookie plugin, unfortunately.
The entire website is up-to-date and the cookie policy updated. To find the staging website, you can use password “BRGhello”
]]>I’d like to use Adobe Fonts with this theme instead of the existing typography. Since I only work on my site a few times a year, I’m struggling to figure out how to make this happen.
How can I set that up? Is there an easy way to override the default typography? I needed a no-nonsense theme and this has been an easy one to use, but I would really like to use my project’s brand font instead of the defaults.
Thanks in advance!
Mary
]]>The Site shows the right fonts in the Frontend. But in the Editor, it shows just the regular Theme-Fonts. I found a Workaround by adding some Code to the themes function.php
Code
—
/** * Show Adobe font in editor */ add_action( ‘enqueue_block_editor_assets’, function() { wp_enqueue_style( ‘adobe-fonts’, ‘Your Adobe Webproject URL here’ ); } );
—
Now in twentytwentythree, there is no functions.php anymore. Is there any similar workaround in the actual Version?
Thanks for the help
Sascha
]]>Thanks
Uwe