|
1 | | -@import "../bower_components/font-awesome/css/font-awesome.css" |
2 | | -<% if (filters.bootstrap) { %>@import "../bower_components/bootstrap/dist/css/bootstrap.css" |
3 | | -<% if (filters.oauth) { %>@import "../bower_components/bootstrap-social/bootstrap-social.css" |
| 1 | +@import "../../node_modules/font-awesome/css/font-awesome.css" |
| 2 | +<% if (filters.bootstrap) { %>@import "../../node_modules/bootstrap/dist/css/bootstrap.css" |
| 3 | +<% if (filters.oauth) { %>@import "../../node_modules/bootstrap-social/bootstrap-social.css" |
4 | 4 | <% } %> |
5 | 5 | // |
6 | 6 | // Bootstrap Fonts |
7 | 7 | // |
8 | 8 |
|
9 | 9 | @font-face |
10 | 10 | font-family: 'Glyphicons Halflings' |
11 | | - src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot') |
12 | | - src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), |
13 | | - url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), |
14 | | - url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), |
15 | | - url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); |
| 11 | + src: url('/assets/fonts/bootstrap/glyphicons-halflings-regular.eot') |
| 12 | + src: url('/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), |
| 13 | + url('/assets/fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), |
| 14 | + url('/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), |
| 15 | + url('/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); |
16 | 16 | <% } %> |
17 | 17 | // |
18 | 18 | // Font Awesome Fonts |
19 | 19 | // |
20 | 20 |
|
21 | 21 | @font-face |
22 | 22 | font-family: 'FontAwesome' |
23 | | - src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0') |
24 | | - src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), |
25 | | - url('../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), |
26 | | - url('../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), |
27 | | - url('../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); |
| 23 | + src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.1.0') |
| 24 | + src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), |
| 25 | + url('/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), |
| 26 | + url('/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), |
| 27 | + url('/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); |
28 | 28 | font-weight: normal |
29 | 29 | font-style: normal |
30 | 30 |
|
|
0 commit comments