Jump to content

Fonts


Riksa

Recommended Posts

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

Link to comment
Share on other sites

  • 1 month later...

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...