David N. Posted April 25, 2022 Share Posted April 25, 2022 Hello, Is there a way to remove the "Inter" font-family so that fonts default to -apple-system instead? Link to comment Share on other sites More sharing options...
Solution Marc Stridgen Posted April 25, 2022 Solution Share Posted April 25, 2022 You can change the default font that is used by editing your theme, and selecting the "text" tab. Anything outside of what is shown there however, would need to be set within your themes stylesheet Link to comment Share on other sites More sharing options...
David N. Posted April 25, 2022 Author Share Posted April 25, 2022 Great, thank you. I just changed the font to "default" and that gave me what I needed. Link to comment Share on other sites More sharing options...
Marc Stridgen Posted April 25, 2022 Share Posted April 25, 2022 Just now, Jamynee said: Great, thank you. I just changed the font to "default" and that gave me what I needed. Glad to hear that got you what you need 🙂 David N. 1 Link to comment Share on other sites More sharing options...
Salim Trouve Posted May 4, 2022 Share Posted May 4, 2022 Hi, I want to use custom font, is it possible ? 🙂 I see this Quote 'Default' uses whichever font face this theme defines in its stylesheet. How I define "default" in stylesheet? I want to use this custom font : (LINK REMOVED) I did this for now : @font-face { font-family: 'xxxx'; font-style: normal; font-weight: normal; src: url({resource="fonts/xxxx.ttf" app="core" location="global"}) format('truetype'); } I don't know if this is the right method, thanks! 🙂 Link to comment Share on other sites More sharing options...
opentype Posted May 4, 2022 Share Posted May 4, 2022 (edited) 12 minutes ago, Salim Trouve said: I want to use this custom font You would first need to buy a proper license. What you are linking to is an illegal download. Edited May 4, 2022 by opentype Marc Stridgen 1 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted May 4, 2022 Share Posted May 4, 2022 I have edited the post. @Salim Trouve, Im sure you simply looked for a font there and found this on the web, however if you look at the bottom of that page it states the files are not owned by them and they dont know where to purchase them. That is however a paid file, and is therefore, as pointed out above, an illegal download. You would need to check this before using fonts from other sources. Link to comment Share on other sites More sharing options...
Salim Trouve Posted May 4, 2022 Share Posted May 4, 2022 Is it free on many sites? LINKS REMOVED BY STAFF Link to comment Share on other sites More sharing options...
Marc Stridgen Posted May 4, 2022 Share Posted May 4, 2022 Please note, just because other sites are also hosting that file illegally, does not make it free Link to comment Share on other sites More sharing options...
Salim Trouve Posted May 4, 2022 Share Posted May 4, 2022 Alright, let's find the official legal version. About the installation? Link to comment Share on other sites More sharing options...
Chris Anderson Posted May 4, 2022 Share Posted May 4, 2022 (edited) https://www.tinkov.info Author lists sites they work with on their website. Edited May 4, 2022 by Chris Anderson Marc Stridgen and Salim Trouve 1 1 Link to comment Share on other sites More sharing options...
opentype Posted May 4, 2022 Share Posted May 4, 2022 4 minutes ago, Salim Trouve said: About the installation? You would define it in the custom.css for your theme. body, html { font-family: 'my-custom-font', Arial, sans-serif; } or h1 { font-family: 'my-custom-font', Arial, sans-serif; } Marc Stridgen 1 Link to comment Share on other sites More sharing options...
opentype Posted May 4, 2022 Share Posted May 4, 2022 If you want to stick with free fonts, you can get them from Google Fonts. That is a safe source. Marc Stridgen 1 Link to comment Share on other sites More sharing options...
Recommended Posts