Skip to content

Instantly share code, notes, and snippets.

@bblurock
Created July 30, 2015 03:58
Show Gist options
  • Save bblurock/f079c9d3a5f30dbcf63b to your computer and use it in GitHub Desktop.
Save bblurock/f079c9d3a5f30dbcf63b to your computer and use it in GitHub Desktop.
SMSTW Websites Default CSS Font Setting
body {
font-family : /* Mac's en-gb */
"Lucida Grande",
/* Windows's en-gb */
"Lucida Sans Unicode",
/* 黑體-繁細體 */
"STHeitiTC-Light",
/* 繁黑體 */
'Adobe 繁黑體 Std',
'AdobeFanHeitiStd',
/* MAC 儷黑體*/
'LiHei TC',
/* Default Fonts */
'微軟正黑體', "Helvetica", "Arial", "Verdana", "sans-serif";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment