Unable to remove a local font from wp install (5.9.3)
-
Apologies if I didn’t post in the right place. I’m a new forum member and somewhat new to WordPress.
I’m attempting to add my own custom made font to my staging website with a “Full site Editing” theme
version: 5.9.3
Theme: WabiI used the file manager from my host to add a .ttf file into the fonts folder of the theme and then used aditional CCS on the wp-admin/customize.php page to call the font file and have it be used for H1
@font-face { font-family: Geometer; src: url(https://james-debono.com/stage/wp-content/fonts/geometer); } H1 { font-size: 32px; font-weight: bold; font-family: geometer; }
I then realized that the .ttf font wasn’t working in firefox so I tried to remove all traces of the file, clear the trash and the cache to get rid of it so I could use a .woff2 instead. I notice though that despite removing it, the CCS still loads the font somehow though I don’t know how it is loading it and from where?
How do I remove it?
And how should I better add a custom font if not through CCS
- This topic was modified 2 years, 6 months ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘Unable to remove a local font from wp install (5.9.3)’ is closed to new replies.