Skip to content

Instantly share code, notes, and snippets.

@hyl
Created September 18, 2015 09:40
Show Gist options
  • Save hyl/3858e63437d86ca37402 to your computer and use it in GitHub Desktop.
Save hyl/3858e63437d86ca37402 to your computer and use it in GitHub Desktop.
A web font blocker blocker.
@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