@charset "utf-8"; | |
@import "util"; | |
@font-face { | |
font-family: 'FontAwesome'; | |
src: url('#{$font-path}/fontawesome-webfont.eot?v=4.3.0'); | |
src: url('#{$font-path}/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('#{$font-path}/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('#{$font-path}/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('#{$font-path}/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('#{$font-path}/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); | |
font-weight: normal; | |
font-style: normal; | |
} |