Skip to content

Instantly share code, notes, and snippets.

@KOBA789
Last active February 17, 2016 06:32
Show Gist options
  • Save KOBA789/78d44ebabe4df9ff5493 to your computer and use it in GitHub Desktop.
Save KOBA789/78d44ebabe4df9ff5493 to your computer and use it in GitHub Desktop.
(function () {
var style = document.createElement('style');
style.appendChild(document.createTextNode('* { font-family: "HG創英角ポップ体" !important }'));
document.head.appendChild(style);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment