Jump to content

Featured Replies

Posted

Hello, 

Is there a way to remove the "Inter" font-family so that fonts default to -apple-system instead?

Solved by Marc

Go to solution
  • 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

  • Author

Great, thank you. I just changed the font to "default" and that gave me what I needed. 

  • 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 🙂 

  • 2 weeks later...

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! 🙂

  • 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 by opentype

  • 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.

Is it free on many sites?

LINKS REMOVED BY STAFF

  • Community Expert

Please note, just because other sites are also hosting that file illegally, does not make it free

Alright, let's find the official legal version.

About the installation?

  • 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; }

 

  • Community Expert

If you want to stick with free fonts, you can get them from Google Fonts. That is a safe source. 

Recently Browsing 0

  • No registered users viewing this page.