-
AuthorPosts
-
October 9, 2017 at 5:12 pm #861992
Hallo,
möchte gern Brushtrip Terrence Schrift auf meiner Enfold Seite installieren!
DankeOctober 10, 2017 at 6:11 am #862283Hey 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 TorvikOctober 10, 2017 at 8:53 am #862369Dear 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
KathrinOctober 11, 2017 at 5:19 am #862717October 11, 2017 at 8:18 am #862763http://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 regrardsOctober 12, 2017 at 6:55 am #863208Hi,
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,
RikardOctober 13, 2017 at 9:29 am #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.ttfSo what i have to do now!
Thanks fpr your help!
Best regards
KathrinOctober 13, 2017 at 10:40 pm #864172Another Question! How can i fix a blog , that post tis always on the first place of the blog?
Thanks for your help!
KathrinOctober 14, 2017 at 8:24 am #864229Hi,
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,
RikardOctober 14, 2017 at 10:37 pm #864353Oh, i am sorry, but i have no idea who i get this url!
Does that mean i have to import it first?
Best regard KathrinOctober 16, 2017 at 5:15 am #864626Hi,
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,
RikardOctober 17, 2017 at 9:57 am #865203http://familytours.at/brtter_15-webfont.ttf
her its is!
Sorry, i hope now we can fixt it!
ThanksOctober 18, 2017 at 6:17 am #865543Hi,
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,
RikardOctober 18, 2017 at 9:16 am #865581Hi Rikard!
Thank you, i did like you said, but nothing changed! Wher should i find the new font?
Best regardsOctober 20, 2017 at 4:05 am #866544Hi,
Where did you put the fonts? What is the name of the folder? Please post the FTP details in the private field.
Best regards,
IsmaelOctober 23, 2017 at 9:40 pm #867848This reply has been marked as private.October 24, 2017 at 6:46 am #867996Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.