Google Fonts

2018-10-27  本文已影响0人  王嘉豪_TW

Google 字体库


字体库

Get Started


  1. Standard方法
<link rel="stylesheet"
      href="https://fonts.googleapis.com/css?family=Font+Name">
.css-selector {
  font-family: 'Font Name', serif;
}
  1. import方法
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.css-selector {
  font-family: 'Montserrat', serif;
}
  1. font effect(特殊效果)
<link rel="stylesheet"
      href="https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple">
<div class="font-effect-shadow-multiple">This is a font effect!<div>

官方文档

Google Font

上一篇下一篇

猜你喜欢

热点阅读