[Support request] Custom Font Issue Displaying Correctly?

Home Forums Support [Support request] Custom Font Issue Displaying Correctly?

Home Forums Support Custom Font Issue Displaying Correctly?

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #693226
    JJ Smith

    Do all they need to be URLs?

    @font-face {
    font-family: “ruben___.ttf”;
    url(http://216.92.135.72/css/fonts/ruben___.ttf);
    url(“css/fonts/ruben___.ttf”) format(“woff”),
    url(“css/fonts/ruben___.ttf”) format(“opentype”),
    url(“css/fonts/ruben___.ttf#filename”) format(“svg”);
    }

    #693238
    David
    Staff
    Customer Support

    They do, but only if you are actually loading those fonts. The above @fontface is serving the same ttf file for each of the formats.

    For better compatibility the woff format is the most widely supported. This site can help with this:

    https://www.fontsquirrel.com/tools/webfont-generator

    #693245
    JJ Smith

    The simple URL fixed it.

    Thanks for the help guys!

    JJ Smith

    #693251
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.