Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #695104

    Hi again,
    im trying to install a non google font on my website, but its displaying another font. my quick css for adding the font:

    @font-face {
        font-family: 'gotham_bookregular';
        src: url('fonts/ufonts.com_gotham-book-webfont.woff2') format('woff2'),
             url('fonts/ufonts.com_gotham-book-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal; }
    

    The CSS for adding the font to <p> tag with a custom class

    .BM_tekst1{
    font-family: 'gotham_bookregular';
    }

    And I did add the files to the rootfolder /fonts following this guide http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/

    i have linked to my website in the private content. Can anyone give me some tips?

    • This topic was modified 8 years, 1 month ago by Doubledog.
    #695111

    Hi bobvanetten!

    Do you mind posting WP admin and FTP logins here privately?

    Cheers!
    Yigit

    #695116

    Here you go

    #695120

    Hey!

    Please post FTP logins here privately as well. I have fixed your custom CSS to target the correct path however fonts still cannot be found.

    Regards,
    Yigit

    #695146

    well you only have woff2 and woff Files – my advice is to create all the webfont files (woff, woff2, eot, svg, ttf)

    i don’t know if it is necessary but with these fonts i have a positive loading of the gotham font package (created from gotham regular otf via Fontsquirell)

    #695149

    by the way if you are looking for a nearby Proxima Nova or Gotham have a look to Montserrat Google Font

    The G is a bit different and the M

    #695364

    Hi Yigit,
    I cannot post my ftp login here, as it is for a large test server. Could you direct me in what I’m doing wrong? I posted a screenshot in the private content.

    #695425

    Hi,

    You can create a FTP login which has permissions to access your subdomain.
    Also, please make sure that fonts folder is readable.

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.