Created
September 18, 2015 09:40
-
-
Save hyl/3858e63437d86ca37402 to your computer and use it in GitHub Desktop.
A web font blocker blocker.
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
@import url(https://fonts.googleapis.com/css?family=Ubuntu); | |
@mixin websafe-font($fontFamily) { | |
font-family: $fontFamily, 'Wingdings', 'Comic Sans MS'; | |
} | |
p { | |
@include websafe-font('Ubuntu'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment