Browse Source

Changed i.icon font-family to @fontName instead of @solidFontName

pull/6226/head
Sean Hamilton 6 years ago
parent
commit
82226e6ee1
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/icon.less

2
src/definitions/elements/icon.less

@ -76,7 +76,7 @@ i.icon {
width: @width;
height: @height;
font-family: @solidFontName;
font-family: @fontName;
font-style: normal;
font-weight: @normal;
text-decoration: inherit;

Loading…
Cancel
Save