In CSS are you allowed to use .5 increments i.e
font-size: 8.5pt;
Can’t see the difference between font-size: 8pt and font-size: 8.5pt
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.
Point values are really only for print CSS.
Quoting Chris C:
Source: http://css-tricks.com/css-font-size/
The W3C Tips page suggest avoiding them for screen:
Source: http://www.w3.org/Style/Examples/007/units.en.html