Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 25, 20222 yr Hello, Is there a way to remove the "Inter" font-family so that fonts default to -apple-system instead?
April 25, 20222 yr Community Expert Solution 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
April 25, 20222 yr Author Great, thank you. I just changed the font to "default" and that gave me what I needed.
April 25, 20222 yr Community Expert 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 🙂
May 4, 20222 yr 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! 🙂
May 4, 20222 yr Community Expert 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, 20222 yr by opentype
May 4, 20222 yr Community Expert 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.
May 4, 20222 yr Community Expert Please note, just because other sites are also hosting that file illegally, does not make it free
May 4, 20222 yr https://www.tinkov.info Author lists sites they work with on their website. Edited May 4, 20222 yr by Chris Anderson
May 4, 20222 yr Community Expert 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; }
May 4, 20222 yr Community Expert If you want to stick with free fonts, you can get them from Google Fonts. That is a safe source.