通過Link標(biāo)簽在網(wǎng)頁頭部引用Google Web Font:
<link?rel="stylesheet" >
字體:Noto Sans SC
大小:100, 300, 400, 500, 700, 900
在需要使用思源黑體的地方設(shè)置CSS樣式:
font-family: "Noto Sans SC";
font-weight: 100;
TIP:Link標(biāo)簽的rel屬性的全稱是relationship,表示引用內(nèi)容與當(dāng)前HTML的關(guān)系。