I can use @font-face but it does not work in all browsers.
Are there any way to use custom font file in my site ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The @font-face rule should work in all modern browsers – even IE6+.
The trick is ensuring you have the right syntax and font formats that each browser caters to. For example:
Notice we have EOT, WOFF, TTF and SVG for good measure. Chrome and Firefox can use WOFF and TTF, IE uses SVG and EOT.
Also ensure you have each font file’s location set correctly.