CSS学习之使用WOFF字体

Web Open Font Format

使用谷歌字体库

https://fonts.google.com/

手册

https://developers.google.com/fonts/docs/getting_started?csw=1#Quick_Start

在html中插入

<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">

在CSS中插入

body {
	font-family: 'Slabo 27px', serif;
}


猜你喜欢

转载自blog.csdn.net/weixin_38468437/article/details/80052128
今日推荐