Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi ,i was wondering why this font-weight is not working in ie7 and ie8,but works good in rest of the modern browsers..

here is the code,


hello world ​



CSS
h3.title {
font-style: normal;
font-size: 24px;
font-weight: 300;
color: #444444;


kindly resolve it .thank you
Posted
Comments
Krunal Rohit 17-Mar-14 3:32am    
remove that title from the class name. i.e make it as only h3
and use it like,

<h3>Blah Blah Title</h3>


-KR

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900