Skip to content

Instantly share code, notes, and snippets.

@lackneets
Last active August 29, 2015 14:05
Show Gist options
  • Save lackneets/a3f3622f264f977375dc to your computer and use it in GitHub Desktop.
Save lackneets/a3f3622f264f977375dc to your computer and use it in GitHub Desktop.
Sans-Serif fonts for Mac and Windows
@sansSerifBold: Helvetica, Arial, "LiHei Pro", "AdobeFanHeitiStd-Bold","Microsoft JhengHei", "新細明體"; // 適合粗體標題使用
@sansSerif: Helvetica, Arial, "LiHei Pro", "Microsoft JhengHei", "新細明體"; // 一般內文適用
body, input, select, button {
font-family: @sansSerif !important;
}
h1,h2,h3,h4,h5,h6{
font-family: @sansSerifBold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment