Hi!!!
Happy New year!!!
I have this site http://www.theplatform.gr and i want to buy this font, which is FUTURA and make it with this font. Can somebody help me how to use a custom font to my website? Will it be ok in all browsers??
Hi!!!
Happy New year!!!
I have this site http://www.theplatform.gr and i want to buy this font, which is FUTURA and make it with this font. Can somebody help me how to use a custom font to my website? Will it be ok in all browsers??
Using CSS and the @fontface attribute is what you are looking for I believe.
The @font-face rule is supported in all major browsers.Code:@font-face { font-family: myFirstFont; src: url('your_font_file.ttf'), url('your_font_file.eot'); /* IE */ }
Internet Explorer only supports .eot type fonts.
Hope this helps.
Another note in which may help you is using font face generator's available online. These are useful when your font's are not in both .ttf and .eot formats
Try taking a look at Font Squirrel if so. I know it's been useful to myself in the past.
thaaank you very much!
i'll try it and i hope to be super!!!
Bookmarks