HTML(3)

font family

Each font-family contains a set of fonts that share common characteristics. There are five font families: sans-serif, serif,monospace, cursive, and fantasy. Each family includes a large set of fonts.

Take a good look at the font families: serif fonts have an elegant, traditional look,while sans-serif fonts have a very clean and readable look. Monospace fonts feel like they were typed on a typewriter. Cursive and fantasy fonts have a playful or stylized feel.

body {
font-family: Verdana, Geneva, Arial, sans-serif;
}

按顺序依次尝试 本机有没有安装相应的字体,若均没有,则按默认的sans-serif字体

How to add a Web Font to your page

Find a font;

Make sure you have all the formats of the font you need;

Place your font files on the Web;

Add the @font-face property to your CSS;@font-face {
font-family: "Emblema One";
src: url("http://wickedlysmart.com/hfhtmlcss/chapter8/journal/EmblemaOne-Regular.woff"),
url("http://wickedlysmart.com/hfhtmlcss/chapter8/journal/EmblemaOne-Regular.ttf");
}

Use the font-family name in your CSS;h1 {
font-family: "Emblema One", sans-serif;
}

specify web colors

body {background-color: silver;}

body {background-color: rgb(80%, 40%, 0%);}
body {background-color: rgb(204, 102, 0);}

body {background-color: #cc6600;}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值