Skip to content

Instantly share code, notes, and snippets.

@RhinoLu
Created August 23, 2016 07:53
Show Gist options
  • Save RhinoLu/62029ebec7bf92b069341751e55b4b94 to your computer and use it in GitHub Desktop.
Save RhinoLu/62029ebec7bf92b069341751e55b4b94 to your computer and use it in GitHub Desktop.
google web font
// 1. after main loading
$("head").append("<link href=\"http://fonts.googleapis.com/earlyaccess/notosanstc.css\" rel=\"stylesheet\">");
// 2. use web font loader https://github.com/typekit/webfontloader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment