Created
July 30, 2015 03:58
-
-
Save bblurock/f079c9d3a5f30dbcf63b to your computer and use it in GitHub Desktop.
SMSTW Websites Default CSS Font Setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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