|
|
@@ -26,6 +26,10 @@ $font-typography_title-fontWeight: $font-weight-bold; // 标题文本字重
|
|
|
$font-typography_link-fontWeight: $font-weight-bold; // 链接文本字重
|
|
|
$font-typography_strong-fontWeight: $font-weight-bold; // 强调文本字重
|
|
|
$font-typography_paragraph_extended-lineHeight: 24px; // 宽松行距段落文本行高
|
|
|
+$font-typography_normalText-regular-fontWeight: $font-weight-regular; // normal text 字重 - 正常
|
|
|
+$font-typography_smallText-regular-fontWeight: $font-weight-regular; // small text 字重 - 正常
|
|
|
+$font-typography_normalParagraph-regular-fontWeight: $font-weight-regular; // normal paragraph 字重 - 正常
|
|
|
+$font-typography_smallParagraph-regular-fontWeight: $font-weight-regular; // small paragraph 字重 - 正常
|
|
|
|
|
|
$font-typography_title1-fontWeight: $font-typography_title-fontWeight; // 一级标题文本字重
|
|
|
$font-typography_title2-fontWeight: $font-typography_title-fontWeight; // 二级标题文本字重
|