Project

General

Profile

Download (695 Bytes) Statistics
| Branch: | Revision:
1
/* FONT PATH
2
 * -------------------------- */
3

    
4
@font-face {
5
  font-family: 'FontAwesome';
6
  src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
7
  src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
8
    url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
9
    url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
10
    url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
11
  //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
12
  font-weight: normal;
13
  font-style: normal;
14
}
(8-8/13)