Is there a way to check if a browser supports otf (font) or not? I have modernizr but that only checks if the browser supports @font-face or not?
Share
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.
Here you have the support for fonts in browsers: https://web.archive.org/web/20120319005254/http://webfonts.info/wiki/index.php?title=@font-face_browser_support
You should make your code check for the browser and then you will now if the font type is supported.