[2017年版]中国語サイトを制作する際のfont-family
中国語[簡体字]
パターン①
font-family: FontAwesome, Helvetica,Arial,’Microsoft Yahei’, ‘微软雅黑’, ‘Hiragino Sans GB’, ‘PingFang SC’ ,’Noto Sans SC’, sans-serif;
パターン②「NOTOSANS利用」
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
font-family: FontAwesome,Helvetica, Arial,’Noto Sans SC’,Microsoft Yahei’, ‘微软雅黑’, ‘Hiragino Sans GB’, ‘PingFang SC’, sans-serif!important;
———————————————————————————
日本語と中国語が混ざっている場合:日本語メインホームページの場合
font-family:Helvetica, Arial,’Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3′,Meiryo, メイリオ, Microsoft Yahei’, ‘微软雅黑’,sans-serif!important;