add typekit classes to hide FOUC
This commit is contained in:
parent
a7cfb8062b
commit
824893ed9d
|
@ -74,6 +74,14 @@ pre {
|
||||||
margin-bottom: 0;
|
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
|
//fixed grid below 992 to prevent smaller responsive sizes
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
|
|
Loading…
Reference in New Issue