Skip to content

Commit

Permalink
Commented the fa-light font-family since it will be not found in Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Dec 21, 2018
1 parent be31006 commit db488b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Components/Icon/_Icon.sass
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
text-decoration: inherit
text-transform : none

@font-face
font-family : 'IconsLight'
src : url("fonts/icons/fa-light-300.eot")
src : url("fonts/icons/fa-light-300.eot?#iefix") format('embedded-opentype'), url("fonts/icons/fa-light-300.woff2") format('woff2'), url("fonts/icons/fa-light-300.woff") format('woff'), url("fonts/icons/fa-light-300.ttf") format('truetype'), url("fonts/icons/fa-light-300.svg#fontawesome") format('svg')
font-style : normal
font-weight : normal
font-variant : normal
text-decoration: inherit
text-transform : none
// @font-face
// font-family : 'IconsLight'
// src : url("fonts/icons/fa-light-300.eot")
// src : url("fonts/icons/fa-light-300.eot?#iefix") format('embedded-opentype'), url("fonts/icons/fa-light-300.woff2") format('woff2'), url("fonts/icons/fa-light-300.woff") // format('woff'), url("fonts/icons/fa-light-300.ttf") format('truetype'), url("fonts/icons/fa-light-300.svg#fontawesome") format('svg')
// font-style : normal
// font-weight : normal
// font-variant : normal
// text-decoration: inherit
// text-transform : none
//*******************************//
// Main
Expand Down

0 comments on commit db488b3

Please sign in to comment.