diff --git a/components/pagination/style/index.less b/components/pagination/style/index.less index 7038797708..ebd8655e22 100644 --- a/components/pagination/style/index.less +++ b/components/pagination/style/index.less @@ -45,7 +45,7 @@ border: @border-width-base @border-style-base @border-color-base; background-color: @component-background; margin-right: 8px; - font-family: Arial; + font-family: @pagination-font-family; outline: 0; a { @@ -134,7 +134,7 @@ &-next, &-jump-prev, &-jump-next { - font-family: Arial; + font-family: @pagination-font-family; cursor: pointer; color: @text-color; border-radius: @border-radius-base; diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 0c7b0e7b0c..e8a1de0e09 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -426,6 +426,7 @@ // --- @pagination-item-size: 32px; @pagination-item-size-sm: 24px; +@pagination-font-family: Arial; // Breadcrumb // ---