4
4
*/
5
5
6
6
@font-face {
7
- font-family : 'Glyphicons Halflings' ;
8
- src : url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot' );
9
- src : url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix' ) format ('embedded-opentype' ),
10
- url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff' ) format ('woff' ),
11
- url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf' ) format ('truetype' ),
12
- url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular' ) format ('svg' );
7
+ font-family : 'Glyphicons Halflings' ;
8
+ src : url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot' );
9
+ src : url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix' ) format ('embedded-opentype' ),
10
+ url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff' ) format ('woff' ),
11
+ url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf' ) format ('truetype' ),
12
+ url ('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular' ) format ('svg' );
13
13
}<% } %>
14
14
15
15
/**
16
16
*Font Awesome Fonts
17
17
*/
18
18
19
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;
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
28
}
29
29
30
30
/**
31
31
* App-wide Styles
32
32
*/
33
33
34
34
.browsehappy {
35
- margin : 0.2em 0 ;
36
- background : # ccc ;
37
- color : # 000 ;
38
- padding : 0.2em 0 ;
35
+ margin : 0.2em 0 ;
36
+ background : # ccc ;
37
+ color : # 000 ;
38
+ padding : 0.2em 0 ;
39
39
}
40
40
<% if(!filters.bootstrap ) { %>
41
41
/* Responsive: Portrait tablets and up */
42
42
@media screen and (min-width : 768px ) {
43
- .container {
44
- max-width : 730px ;
45
- }
46
- }<% } %>
43
+ .container {
44
+ max-width : 730px ;
45
+ }
46
+ }<% } %>
0 commit comments