2013-07-08 20:06:43 -04:00
|
|
|
/* FONT PATH
|
|
|
|
* -------------------------- */
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'FontAwesome';
|
2016-03-29 20:02:25 -04:00
|
|
|
src: url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
|
|
|
|
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff');
|
|
|
|
// the below are for really ancient browsers such as IE9 and earlier, and I think can be removed
|
|
|
|
//url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
|
|
|
|
//url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'),
|
|
|
|
//url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
|
2015-03-27 08:08:58 -04:00
|
|
|
// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
2013-07-08 20:06:43 -04:00
|
|
|
}
|