当前位置:网站首页>字体样式及其分类
字体样式及其分类
2022-08-05 05:25:00 【Y-琼眸】
字体样式
1.color 设置颜色
2.font-size 设置字体大小
3.font-family 可以指定文字的字体
[email protected] 自定义字体
前面两个也是咱的老朋友了,那就不多介绍了。后面两个大家会比较陌生,在此讲一下这两个的用法。
@font-face {
/*给字体起个名字*/
font-family: 'xiyy';
/*引入字体的路径*/
src: url(); /* ./ ../ 引用路径*/
这就是自定义字体,可以自己设置一个。
span {
font-family: 'xiyy';
}
这就是将刚刚设置的字体应用在想用的地方,当然这也不是只能用自定义字体,也可以用一些常见的字体。
字体的分类
字体的分类五大类
1.衬线字体 serif['serif]
2.非衬线字体 sans-serif
3.等宽字体 monospace
4.草书字体 cursive
5.虚幻字体 fantasy
/*字体*/
font-family: 'Times New Roman', Times, serif;
/*斜体*/
font-style: italic; /*可选值,normal默认值 italic斜体 oblique斜体*/
/*加粗*/
font-weight: bolder; /*可选值 normal默认值 bolder/bold加粗 100-900之间的数值*/
/*设置小型大写字母*/
font-variant: normal; /*可选值 normal默认值 small-caps设置小型大写字母*/
咱们都是程序员,那偷懒是必须的啊,所以这些玩意有个简写,例如
font: bold italic 60px serif;
但是有一点要注意, 大小和字体必须要写,而且大小在倒数第二个,字体在倒数第一个!
边栏推荐
- Programmers should understand I/O this way
- vs2017关于函数命名方面的注意事项
- The size of the screen adaptation
- Media query, rem mobile terminal adaptation
- numpy.random使用文档
- GetEnumerator method and MoveNext and Reset methods in Unity
- LeetCode练习及自己理解记录(1)
- Difference between link and @improt
- Autoware--Beike Tianhui rfans lidar uses the camera & lidar joint calibration file to verify the fusion effect of point cloud images
- 多用户商城多商户B2B2C拼团砍价秒杀支持小程序H5+APP全开源
猜你喜欢
随机推荐
May I ask how to read the binlog of the two tables of hologres through flink sql, and then how to join?
VLAN is introduced with the experiment
Teach you simple steps to achieve industrial raspberries pie properly installed RS232 USB drive
Take you in-depth understanding of cookies
亚马逊美国站:马术头盔CPC认证标准要求
NACOS配置中心设置配置文件
Autoware--Beike Tianhui rfans lidar uses the camera & lidar joint calibration file to verify the fusion effect of point cloud images
The future of cloud gaming
云计算基础-学习笔记
vscode笔记
格式化代码缩进的小技巧
设置文本向两边居中展示
numpy.random usage documentation
BIO,NIO,AIO实践学习笔记(便于理解理论)
Some basic method records of commonly used languages in LeetCode
UI刘海屏适配方式
cs231n学习记录
Seven Ways to Center a Box Horizontally and Vertically
D41_buffer pool
lingo入门——河北省第三届研究生建模竞赛B题