What is the best practice/solution to maintain fonts size with different screen resolutions?
What is the best practice/solution to maintain fonts size with different screen resolutions?
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.
You can’t do that without access to information about the clients system, DPI and resolution. The best you can do in CSS is probably to use the
emunit when dealing with font sizes, as it is in relation to the users default font size.Means that the font is 80% of the default font.