Add Fira font

pull/91/head
Francis Lachapelle 2015-02-02 16:02:58 -05:00
parent e73ed8ae44
commit 8c974e6c1a
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ module.exports = function(grunt) {
sass: {
options: {
loadPath: ['scss'],
style: 'expanded'
style: 'nested'
},
dist: {
files: {
@ -65,7 +65,8 @@ module.exports = function(grunt) {
grunt.log.subhead('Copying font files');
var fonts = [
'<%= src %>/ionic/release/fonts/ionicons.*',
'<%= src %>/material-design-iconic-font/fonts/Material-Design-Iconic-Font.*'
'<%= src %>/material-design-iconic-font/fonts/Material-Design-Iconic-Font.*',
'<%= src %>/fira/{eot,ttf,woff}/*'
];
for (var j = 0; j < fonts.length; j++) {
var files = grunt.file.expand(grunt.template.process(fonts[j], {data: options}));

View File

@ -13,6 +13,7 @@
"material-design-iconic-font": "~1",
"ng-tags-input": "~2",
"compass-mixins": "~0.12.3",
"fira": ">=0",
"foundation": ">5.3",
"ionic": "1.0.0-beta.14",
"underscore": "~1"