install new fonts

Permalink
hi
i installed concrete5 for someone's website every thing it's gone fine even the arabic writing all right .i downloaded kurdish font from (http://www.zagros.org/gen/fonts/k-fonts.htm) but couldn't to install it.i checked in forum to get my answer but i couldn't. can someone tell me how to install it .

Regards

 
Kurtopsy replied on at Permalink Reply
Kurtopsy
Hi balisany,

To get a font to work on the web, you have to download a font-face kit. I get mine fromhttp://www.fontsquirrel.com. Once downloaded, put the four files in a fonts folder inside the css folder.

Then place this code in your css file. (just put the correct paths in)
@font-face {
    font-family: 'Arizonia';
    src: url('../fonts/arizonia/Arizonia-Regular-OTF-webfont.eot');
    src: url('../fonts/arizonia/Arizonia-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arizonia/Arizonia-Regular-OTF-webfont.woff') format('woff'),
         url('../fonts/arizonia/Arizonia-Regular-OTF-webfont.ttf') format('truetype'),
         url('../fonts/arizonia/Arizonia-Regular-OTF-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

Then you can call it in your css like this...
#wrapper h1 {
     font-family: 'Arizonia';
}

Hope this helps!
Kurt
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
I have a handy "how-to" on this that you can check out here:

http://www.concrete5.org/documentation/how-tos/designers/how-to-add...

Hope it helps!
balisany replied on at Permalink Reply
thanks
but can you tell me how to it from the beginning to end because i can't find css file and how to put the cod .

ragards