diff --git a/packages/common/style/var.less b/packages/common/style/var.less index a993f429..a8988a59 100644 --- a/packages/common/style/var.less +++ b/packages/common/style/var.less @@ -279,7 +279,6 @@ @info-background-color: @red; @info-dot-color: @red; @info-dot-size: 8px; -@info-font-family: @price-integer-font-family; // Loading @loading-text-color: @gray-6; diff --git a/packages/info/index.less b/packages/info/index.less index 3ecf0a61..704711fd 100644 --- a/packages/info/index.less +++ b/packages/info/index.less @@ -16,7 +16,6 @@ .theme(color, '@info-color'); .theme(font-weight, '@info-font-weight'); .theme(font-size, '@info-font-size'); - .theme(font-family, '@info-font-family'); .theme(line-height, 'calc(@info-size - @info-border-width * 2)'); .theme(background-color, '@info-background-color'); .theme(border, '@info-border-width solid @white');