Hello fellow Stackers! I could really use some help with a few IE-specific bugs I've encountered while working on a website for a friend.
Check out the Website Here | View the Full CSS File
The issue I'm facing is with the Google Webfont Raleway, specifically the font weights 300, 400, 700, and 900. It seems like IE is only recognizing the 300 font weight and not the others.
I would really appreciate any tips or feedback you have on this matter!
Below are the font styles I'm using for the main navigation:
.nav_li {
float:left;
margin: 0;
list-style-type:none;
font-family: 'Raleway', sans-serif;
font-weight: 700;
line-height: 100px;
color: #fff;
cursor: pointer;
-webkit-transition: background .5s; -moz-transition: background .5s; -ms-transition: background .5s; transition: background .5s;
}
Attached are some screenshots: