What is the difference between font-weight: bolder; and font-weight: bold; styles?
I never met such style until today, when I found it in our project’s CSS file. Result is the same visually (tested on Ubuntu 10.10, Firefox 3.6.15).
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.
bolderis a relative font weight:bolderandlighterare even part of the official spec. How they are interpreted and displayed is up to the browser.The fact that they appear the same visually is because most browsers don’t properly support font weight variations beyond
boldandnormal.Here’s a question with background info: Are all CSS font-weight property's values useful?