Created
December 17, 2017 03:18
-
-
Save khoipro/d29ef3cb7c7fb6ee3b3bbbb47734e70b to your computer and use it in GitHub Desktop.
Web font load smooth with Typekit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .wf-loading { | |
| body > .loader { | |
| visibility: visible; | |
| opacity:1; | |
| } | |
| } | |
| .wf-active, .wf-inactive { | |
| body > .loader { | |
| visibility: hidden; | |
| opacity:0; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment