Jump to content

Fonts

Featured Replies

Posted

Hello, how I can change, such as here in the forum font support forum?

  • Author

How can I get exchanged the font "user", which is the css code. I would like the use same font which is on this forum

That’s Proxima Nova, a commercial font. You would have to buy a webfont license

  • Author
1 hour ago, opentype said:

That’s Proxima Nova, a commercial font. You would have to buy a webfont license

Hey, thanks for the reply. How do I change the fonts?

  • Author

How do I change the fonts?

this might help you

 

Enter in your ACP;

Go to "Customizations > Themes > "Theme that you use" > Edit HTML and CSS";

Go to "Templates > core > front > global > logo"

At the beginning of your code, place: <font face="NameOfFont">;

At the end of your code, place: </font>

On final of your "logo" code, you need put this code:

 

<style>

				  @font-face {

				    font-family: NameOfFont;

				    src: url(http://yourdomain.com/uploads/YourFont.ttf);

				    font-weight:400;

				}

				 NameOfFont {

				  font-family: NameOfFont;

				  }

				</style>

 

try this it might work

  • Author

Hey, I did not get to the font, style might be changed but it is "bold". This font-weight: 400; did not work?

Who can guide me?

Thanks a lot!

  • 1 month later...
  • Author

I could not get this to work. How do I add a new font, such as Helvetica Light?

Thank you!

Where did you buy the webfont license for it? You get the files and embedding code from this vendor.

  • Author

I have not bought any font. Do they need to buy?

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.