add typekit classes to hide FOUC

This commit is contained in:
Jason Costello 2017-02-14 11:28:43 -08:00
parent a7cfb8062b
commit 824893ed9d
1 changed files with 8 additions and 0 deletions

View File

@ -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) {