Click here to Skip to main content
15,897,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi guys
i tried to add a font to my css like this
C#
@font-face {
font-family: CustomFont;
src: url(fonts/FAR_KOODKBD.TTF);
}


and even tried out adding local url and format as true type, the only thing i got is just nothing
i checked out in IE 8 and chrome and friefox in newer versions
i saw intresting things, the only different is font size and waight, but that was not even near my font, i donno what to do now.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900