Jump to content
WebFlake

How to change your logo font


Luca Munich

Recommended Posts

  • 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>
    			
Change NameOfFonte for the name of your font; Download the font you want to use; Upload your font (.ttf file) on "public_html/uploads" Save your code.
  • Upvote 1

Luca Munich has been banned. Requesting for uploads are useless. 

Link to comment
Share on other sites

  • 10 months later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...