Having trouble with displaying the Open Sans Extra-Bold font? Check out the font here:
I've tried everything, but it just won't show up on my website. Any suggestions?
Here is the code on JSFiddle for reference: https://jsfiddle.net/0hhbgyrd/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
div {
font-size: 90px;
font-family: Open Sans;
text-transform: uppercase;
}
.normal {
font-weight: 400;
}
.bold {
font-weight: 700;
}
.extra-bold {
font-weight: 800;
}
<div class="normal">
Blog
</div>
<div class="bold">
Blog
</div>
<div class="extra-bold">
Blog
</div>
UPDATE: Font displays correctly on Firefox but not on Chrome. Strange, right?
Chrome:
https://i.sstatic.net/hfcTR.png
Firefox: