Skip to content

Commit

Permalink
fix: add missing webfont import (#3397)
Browse files Browse the repository at this point in the history
Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Aug 6, 2020
1 parent 9392ee7 commit e39fa31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/manager/apps/freefax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
},
"devDependencies": {
"@ovh-ux/manager-webpack-config": "^3.0.8",
"ovh-manager-webfont": "^1.2.0",
"webpack-merge": "^4.2.2"
}
}
3 changes: 2 additions & 1 deletion packages/manager/modules/freefax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"main": "./src/index.js",
"dependencies": {
"bootstrap4": "twbs/bootstrap#v4.0.0",
"lodash": "^4.17.15"
"lodash": "^4.17.15",
"ovh-manager-webfont": "^1.2.0"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^7.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/manager/modules/freefax/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import freefax from './freefax';

import { FREEFAX_AVAILABILITY } from './feature-availability/feature-availability.constants';

import 'ovh-manager-webfont/dist/css/ovh-font.css';

const moduleName = 'ovhManagerFreeFaxesLazyLoading';

angular.module(moduleName, ['ui.router', 'oc.lazyLoad', freefax]).config(
Expand Down

0 comments on commit e39fa31

Please sign in to comment.