File tree 2 files changed +41
-3
lines changed
2 files changed +41
-3
lines changed Original file line number Diff line number Diff line change 12
12
url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular' ) format ('svg' );
13
13
}
14
14
15
+ /**
16
+ *Font Awesome Fonts
17
+ */
18
+
19
+ @font-face {
20
+ font-family : 'FontAwesome' ;
21
+ src : url ('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0' );
22
+ src : url ('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0' ) format ('embedded-opentype' ),
23
+ url ('../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0' ) format ('woff' ),
24
+ url ('../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0' ) format ('truetype' ),
25
+ url ('../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular' ) format ('svg' );
26
+ font-weight : normal;
27
+ font-style : normal;
28
+ }
29
+
15
30
<% } %> /**
16
31
* App-wide Styles
17
32
*/
Original file line number Diff line number Diff line change 1
- $icon-font-path = "/bower_components/bootstrap/dist/fonts"
2
- $fa-font-path = "/bower_components/font-awesome/fonts"
3
-
4
1
@import "bootstrap/dist/css/bootstrap.css"
5
2
@import "font-awesome/css/font-awesome.css"
6
3
4
+ //
5
+ // Bootstrap Fonts
6
+ //
7
+
8
+ @font-face
9
+ font-family : 'Glyphicons Halflings'
10
+ src : url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot' )
11
+ src : url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix' ) format ('embedded-opentype' ),
12
+ url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff' ) format ('woff' ),
13
+ url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf' ) format ('truetype' ),
14
+ url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular' ) format ('svg' );
15
+
16
+ //
17
+ // Font Awesome Fonts
18
+ //
19
+
20
+ @font-face
21
+ font-family : 'FontAwesome'
22
+ src : url ('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0' )
23
+ src : url ('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0' ) format ('embedded-opentype' ),
24
+ url ('../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0' ) format ('woff' ),
25
+ url ('../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0' ) format ('truetype' ),
26
+ url ('../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular' ) format ('svg' );
27
+ font-weight : normal
28
+ font-style : normal
29
+
7
30
//
8
31
// App-wide Styles
9
32
//
You can’t perform that action at this time.
0 commit comments