使用 W3.CSS 添加新字体非常容易。
这是罗博托
这是索菲亚
索菲亚着火了
制作网络!
制作网络!
制作网络!
制作网络!
制作网络!
Google Fonts 可免费使用,有超过 1000 种字体可供选择。
在网页的头部,链接到 Google 字体:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
然后添加关于在哪里使用它的CSS:
body,h1,h2,h3,h4,h5,h6 {font-family: Roboto, sans-serif;}
亲自试一试»
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
body,h1,h2,h3,h4,h5,h6 {font-family: Sofia, serif;}
亲自试一试»
在网页的头部,链接到 Google 字体:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
然后创建一个字体类:
.w3-sofia {
font-family: Sofia, cursive;
}
在您的网页中,使用字体类:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
.w3-tangerine {
font-family: 'Tangerine', serif;
}
<p class="w3-tangerine">Making the Web Beautiful!</p>
亲自试一试»
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lobster&effect=shadow-multiple">
亲自试一试»
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!