Is Arial Black web safe?
I have read it is but when I put it in my font declaration, I am being given Times New Roman back.
Does anyone know why?
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.
According to Code Style Font Survey (actually the best estimate you can have) Arial Black is commonly installed on about 97% of Windows and Mac computers and 68% of Linux machines. So, it’s fairly safe to use it, but you got to provide substitutes for it in your font stack. Something like:
If you wish it to appear, even when it’s not really installed on your (or any user) system, then you’ll have to embed the font file by using @font-face directive in your CSS.
Here’s Code Style Survey: http://www.codestyle.org/css/font-family/sampler-CombinedResultsFull.shtml