XF 2.2 Where do new fonts get uploaded?

I am working to upload a couple of fonts to my site. However, as far as I can tell, the folder the site says to post serverside fonts in does not exist.

1727300802910.webp

This issue is twofold. First, there is a folder called "data" inside public_html, but there is no existing "fonts" folder. I am unsure if that indicates the wrong location or just the need to create the folder. Second, there is a folder called "fonts" inside public_html/styles, but it doesn't seem to contain any existing fonts and isn't what the instructions say anyways.

Am I missing something obvious or is it a simple matter of creating a folder?
 
Solution
Just off the top of my head from memory; You can upload the font to wherever you like but the folder in /styles/ is presumably a good place. You would need to include the location as usual either via css in extra.less template or via html in page_container template <head>

You can then add the font in style properties > typography.
Just off the top of my head from memory; You can upload the font to wherever you like but the folder in /styles/ is presumably a good place. You would need to include the location as usual either via css in extra.less template or via html in page_container template <head>

You can then add the font in style properties > typography.
 
Solution
Back
Top Bottom