WEB引入Google思源黑体

通过Link标签在网页头部引用Google Web Font:


  • 字体:Noto Sans SC
  • 大小:100, 300, 400, 500, 700, 900

在需要使用思源黑体的地方设置CSS样式:

font-family: "Noto Sans SC";
font-weight: 100;

TIP:Link标签的rel属性的全称是relationship,表示引用内容与当前HTML的关系。

 

转载于:https://www.cnblogs.com/Kengyen/p/Using_Noto_Sans_SC_Google_Web_Font_in_HTML.html

你可能感兴趣的:(WEB引入Google思源黑体)