We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc88b0 commit 53d193dCopy full SHA for 53d193d
app/templates/client/app/app(css).css
@@ -1,4 +1,18 @@
1
+<% if(filters.bootstrap) { %>
2
/**
3
+ * Bootstrap Fonts
4
+ */
5
+
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');
13
+}
14
15
+<% } %>/**
16
* App-wide Styles
17
*/
18
0 commit comments