Possible Duplicate:
What does this CSS shorthand font syntax mean?
I was looking at some styles and I didn’t know what the syntax of this font tag meant?
font: 13px/80px
Is this a min/max option for font size?
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
13pxsets thefont-sizeproperty. The80pxsets theline-heightproperty.CSS Fonts Module Level 3