mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Add Fira font
This commit is contained in:
@@ -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}));
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user