Support » Themes and Templates » Custom Fonts

  • Hi,

    Attempting to use the @Font-Face within my custom CSS. font appears fine when font is already installed on the system but when its not (and on tablets) the font reverts to standard.

    I uploaded the font via media manager, do i need to upload manually through a FTP client into a folder or is using the media manager sufficient?

    @font-face{
    font-family:Neuropol;
    src:url(‘http://www.domainname.com/wp-content/uploads/NEUROPOL1.ttf’) format (“truetype”);
    }

    Followed by this code to set the header display.

    .page-title h1 {color: #ffffff!important; font-family:Neuropol; font-size:24px!important; }

    Can anyone advise please?

    Thanks in advance.
    Rich

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom Fonts’ is closed to new replies.