利用googleapis在日文系统中改善中文字

加入以下两句

1.

<head>

<link rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/notosanssc.css" type="text/css" />

</head>

2.

<body>

<div id="container"  style="font-family: 'Noto Sans SC', sans-serif;">

</body>

参考

http://we.fnshr.info/2016/05/28/google_zh_fonts/

http://blog.aquaring.co.jp/1547

在google阅览器中貌似没有用

原文地址:https://www.cnblogs.com/loverain/p/6184011.html