Skip to content

Instantly share code, notes, and snippets.

@kontur
Created July 14, 2014 13:50
Show Gist options
  • Save kontur/5a7ed7b76041597fb820 to your computer and use it in GitHub Desktop.
Save kontur/5a7ed7b76041597fb820 to your computer and use it in GitHub Desktop.
Detect windows phone browser with no font face support
/(Windows Phone)|(XBLWP)|(ZuneWP)/.test(navigator.userAgent)&&$("body").addClass("no-fontface");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment