With W3.CSS it is extremely easy to add new fonts.
This is Roboto
This is Sofia
Sofia on Fire
Making the Web!
Making the Web!
Making the Web!
Making the Web!
Making the Web!
Google Fonts are free to use, and have more than 1000 fonts to choose from.
In the head of your web page, link to a Google font:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
Then add the CSS about where to use it:
body,h1,h2,h3,h4,h5,h6 {font-family: Roboto, sans-serif;}
Try It Yourself »
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
body,h1,h2,h3,h4,h5,h6 {font-family: Sofia, serif;}
Try It Yourself »
In the head of your web page, link to a Google font:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
Then create a font class:
.w3-sofia {
font-family: Sofia, cursive;
}
In your web page, use the font class:
<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>
Try It Yourself »
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lobster">
Try It Yourself »
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lobster&effect=shadow-multiple">
Try It Yourself »
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Allerta+Stencil">
Try It Yourself »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!