Skip to content

Instantly share code, notes, and snippets.

@tomkao
Created January 19, 2011 10:36
Show Gist options
  • Save tomkao/785988 to your computer and use it in GitHub Desktop.
Save tomkao/785988 to your computer and use it in GitHub Desktop.
CSS font-family property for Chinese character.
body {
font-family: 'Hiragino Kaku Gothic Pro', 'WenQuanYi Zen Hei', '微軟正黑體', '蘋果儷中黑', Helvetica, Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment