Skip to content

Commit

Permalink
tweak step number font
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 17, 2017
1 parent b216597 commit 187e9dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/steps/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
font-size: @font-size-lg;
margin-right: 8px;
transition: background-color 0.3s ease, border-color 0.3s ease;
font-family: @font-family-no-number;

> .@{steps-prefix-cls}-icon {
line-height: 1;
Expand Down
3 changes: 2 additions & 1 deletion components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
@body-background : #fff;
// Base background color for most components
@component-background : #fff;
@font-family : "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-no-number : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family : "Helvetica Neue For Number", @font-family-no-number;
@code-family : Consolas, Menlo, Courier, monospace;
@heading-color : fade(#000, 85%);
@text-color : fade(#000, 65%);
Expand Down

0 comments on commit 187e9dd

Please sign in to comment.