txw/txw-mhzc-web/public/docs/font-design-package/tokens/font-tokens.less

51 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 门户字体 TokenLess— txw-mhzc-web v1.0
@page-font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
@page-font-family-display: 'FZZhengHeiS-B-GB', 'PingFang SC', 'Microsoft YaHei', sans-serif;
@page-font-family-mono: 'Fira Code', 'SFMono-Regular', Consolas, monospace;
@page-font-size-xs: 10px;
@page-font-size-sm: 12px;
@page-font-size-base: 14px;
@page-font-size-md: 16px;
@page-font-size-lg: 18px;
@page-font-size-xl: 22px;
@page-font-size-2xl: 24px;
@page-font-size-3xl: 28px;
@page-font-size-4xl: 32px;
@page-line-height-delta: 8px;
.page-font-base() {
font-family: @page-font-family;
-webkit-font-smoothing: antialiased;
}
.page-font-nav() {
.page-font-base();
font-size: @page-font-size-md;
font-weight: 500;
line-height: @page-font-size-md + @page-line-height-delta;
}
.page-font-body() {
.page-font-base();
font-size: @page-font-size-base;
font-weight: 400;
line-height: @page-font-size-base + @page-line-height-delta;
}
.page-font-section-title() {
.page-font-base();
font-size: @page-font-size-4xl;
font-weight: 600;
line-height: @page-font-size-4xl + @page-line-height-delta;
}
.page-font-display-title() {
font-family: @page-font-family-display;
font-size: 32px;
font-weight: 600;
line-height: 40px;
}