2015年10月5日 星期一

網頁使用Google fonts

不需要下載的字體使用它在您的網頁。 https://www.google.com/fonts/specimen/Cabin
  • 將此代碼添加到您的網站:
    <link href='https://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
  • 將fonts加到CSS:
    在Google fonts API將生成CSS使用的字體。添加字體名字到CSS樣式。例如:
    font-family: 'Cabin', sans-serif;