I would like to write css or some thing that it will make font-family dynamic like on user side if user has Helvetica text available then font-family will be Helvetica if not then font-family will be Arial, How to do this?
Thanks in advance
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 typical way is to add them all (most specific to most generic) as a comma delimited list in your style rule. If the first one is unavailable, the second is used, and if not that one, the third, etc.