add roboto font

This commit is contained in:
Javier 2016-08-30 18:53:32 -03:00
commit 315f1689b8
16 changed files with 235 additions and 1 deletions

View file

@ -184,7 +184,7 @@ module.exports = function(grunt) {
ionic_fonts: {
expand: true,
flatten: true,
src: 'bower_components/ionic/release/fonts/ionicons.*',
src: ['bower_components/ionic/release/fonts/ionicons.*', 'public/roboto-font/*.ttf'],
dest: 'public/fonts/'
},
ionic_js: {