From 13976be678ed8b0c54e14173e1d0727158728cb9 Mon Sep 17 00:00:00 2001 From: Matthew Wheatley Date: Fri, 15 Apr 2016 11:33:51 -0500 Subject: [PATCH] added missing fonts --- package.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.js b/package.js index 2f55c6f..ae04388 100644 --- a/package.js +++ b/package.js @@ -33,7 +33,13 @@ Package.onUse(function(api) { 'node_modules/ionic-framework/fonts/ionicons.ttf', 'node_modules/ionic-framework/fonts/ionicons.woff2', 'node_modules/ionic-framework/fonts/roboto-regular.ttf', - 'node_modules/ionic-framework/fonts/roboto-regular.woff' + 'node_modules/ionic-framework/fonts/roboto-regular.woff', + 'node_modules/ionic-framework/fonts/roboto-medium.ttf', + 'node_modules/ionic-framework/fonts/roboto-medium.woff', + 'node_modules/ionic-framework/fonts/roboto-light.ttf', + 'node_modules/ionic-framework/fonts/roboto-light.woff', + 'node_modules/ionic-framework/fonts/roboto-bold.ttf', + 'node_modules/ionic-framework/fonts/roboto-bold.woff', ], 'client'); api.addFiles([