add typekit classes to hide FOUC

pull/11946/head
Jason Costello 9 years ago
parent a7cfb8062b
commit 824893ed9d

@ -74,6 +74,14 @@ pre {
margin-bottom: 0;
}
// Typekit utilites to hide FOUC
.wf-loading {
visibility: hidden;
}
.wf-active, .wf-inactive {
visibility: visible;
}
//fixed grid below 992 to prevent smaller responsive sizes
@media (max-width: 992px) {

Loading…
Cancel
Save