Skip to content

Font Size

font-size CSS 属性设置字体大小。更改字体大小还会更新字体大小相关的长度单位,例如 line-height 属性的 em 单位值。

语法

Class属性
text-xsfont-size: 12px;line-height: 16px;
text-smfont-size: 14px;line-height: 20px;
text-mdfont-size: 16px;line-height: 24px;
text-lgfont-size: 18px;line-height: 28px;
text-xlfont-size: 20px;line-height: 28px;
text-2xlfont-size: 24px;line-height: 32px;
text-3xlfont-size: 30px;line-height: 36px;
text-4xlfont-size: 36px;line-height: 40px;
text-5xlfont-size: 48px;line-height: 1;
text-6xlfont-size: 60px;line-height: 1;
text-7xlfont-size: 72px;line-height: 1;
text-8xlfont-size: 96px;line-height: 1;
text-9xlfont-size: 128px;line-height: 1;

适用组件

文本按钮输入框多行输入框
textbuttoninputtextarea

参见