Skip to content

Instantly share code, notes, and snippets.

@nagasato
Created December 21, 2011 03:58
Show Gist options
  • Save nagasato/1504504 to your computer and use it in GitHub Desktop.
Save nagasato/1504504 to your computer and use it in GitHub Desktop.
CSS: font-family overwrite "Meiryo"
body * { font-family: Meiryo !important; }
/* use browser's monospace font */
pre { font-family: monospace !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment