Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #861992

    Hallo,
    möchte gern Brushtrip Terrence Schrift auf meiner Enfold Seite installieren!
    Danke

    #862283

    Hey Kathrin,

    If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/

    Best regards,
    John Torvik

    #862369

    Dear John!
    Thanks but i am confused! Can you just send me a quick CSS that my own font BrushtipTerrence works for all the headings! That is what i need!
    Thanks
    Kathrin

    #862717

    Hi Kathrin,

    What is the direct URL for the font?

    Best regards,
    Rikard

    #862763

    http://de.fontriver.com/font/brush_tip_terrence/download.html
    hope this helps you, i got a zip from a grafiker because i bougt the font for my logo.
    i installed it on my computer !
    Hope you can halp me!
    Best regrards

    #863208

    Hi,

    Ok, but you need to upload it to your own server, could you do that and then post the full URL to the font on your server please?

    Best regards,
    Rikard

    #863810

    @font-face {
    font-family: ‘BrushtipTerrence;
    src: url(‘brtter_15-webfont.eot’); /* IE9 Compat Modes */
    src: url(‘brtter_15-webfont.eot#iefix’) format(’embedded-opentype’), /* IE6-IE8 */
    url(‘brtter_15-webfont.woff2’) format(‘woff2’), /* Super Modern Browsers */
    url(‘brtter_15-webfont.woff’) format(‘woff’), /* Pretty Modern Browsers */
    url(‘brtter_15-webfont.ttf’) format(‘truetype’), /* Safari, Android, iOS */
    url(‘brtter_15-webfont.svg#svgBrushtipTerrence’) format(‘svg’); /* Legacy iOS */
    }
    body {
    font-family: ‘BrushtipTerrence’, Fallback, sans-serif;
    }
    Hi Rikard!

    this is what i did! But it didn´´t work!
    What diid i wrong?

    here is the url to my server.
    /Library/Fonts/brtter_15-webfont.ttf

    So what i have to do now!
    Thanks fpr your help!
    Best regards
    Kathrin

    #864172

    Another Question! How can i fix a blog , that post tis always on the first place of the blog?
    Thanks for your help!
    Kathrin

    #864229

    Hi,

    I’m asking for the full URL, something like this:

    http://yoursite.com/folder/font.ttf

    If you have the full URL then you can use that in your CSS to import the font.

    Best regards,
    Rikard

    #864353

    Oh, i am sorry, but i have no idea who i get this url!
    Does that mean i have to import it first?
    Best regard Kathrin

    #864626

    Hi,

    Ok, maybe it would be better if you gave us FTP details so that we can find out for you? A simple explanation though, if you have uploaded the font to the root folder on your server then the full URL would be something like this:

    http://yoursite.com/font.ttf

    If it’s in a sub folder called fonts, then it would look like this:

    http://yoursite.com/fonts/font.ttf

    Best regards,
    Rikard

    #865203

    http://familytours.at/brtter_15-webfont.ttf
    her its is!
    Sorry, i hope now we can fixt it!
    Thanks

    #865543

    Hi,

    Thanks for that, I’ve updated your CSS for the .ttf format. Do you have the other versions of the font in the same place? If so the you should be able to add the full URL to your code below:

    @font-face {
    font-family: ‘BrushtipTerrence;
    src: url(‘brtter_15-webfont.eot’); /* IE9 Compat Modes */
    src: url(‘brtter_15-webfont.eot#iefix’) format(’embedded-opentype’), /* IE6-IE8 */
    url(‘brtter_15-webfont.woff2’) format(‘woff2’), /* Super Modern Browsers */
    url(‘brtter_15-webfont.woff’) format(‘woff’), /* Pretty Modern Browsers */
    url(‘http://familytours.at/brtter_15-webfont.ttf’) format(‘truetype’), /* Safari, Android, iOS */
    url(‘brtter_15-webfont.svg#svgBrushtipTerrence’) format(‘svg’); /* Legacy iOS */
    }

    Best regards,
    Rikard

    #865581

    Hi Rikard!
    Thank you, i did like you said, but nothing changed! Wher should i find the new font?
    Best regards

    #866544

    Hi,

    Where did you put the fonts? What is the name of the folder? Please post the FTP details in the private field.

    Best regards,
    Ismael

    #867848
    This reply has been marked as private.
    #867996

    Hi,

    The screenshot is missing and we still don’t have access to the file server. Please post the screenshot again and provide the FTP details. Or you can try the following plugin.

    // https://wordpress.org/plugins/use-any-font/

    Best regards,
    Ismael

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