whats the better solution for embeding fonts problem?
drink a lot of vodka and try to embed custom font on web site or just leave that idea and use some web safe font?
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.
Embedding fonts is technically doable these days, using
@font-facerules. You will need to provide fonts in both EOT format (for IE) and TTF/OTF (for everyone else, with WOFF in the future). See eg. here for some strategies to serve different browsers as smoothly as possible.The problem is more likely to be legal than technical. Conventional commercial font licenses do not permit this kind of font embedding.