diff options
author | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-12-11 14:14:11 +0200 |
---|---|---|
committer | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-12-11 14:18:21 +0200 |
commit | 4b3afd21f3a1b8411f67fe3b361599a583fd7290 (patch) | |
tree | 279e44862acf4dbd8f0ea9bb6faccd8e0a5b643b /cds-ui/designer-client/angular.json | |
parent | 32416f7624757c87260671d74124ea3e0a122331 (diff) |
remove proprietary fonts in designer-client
Issue-ID: CCSDK-1987
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: Ie1f9eb988b5424a645170903e168098aaecd2e5d
Diffstat (limited to 'cds-ui/designer-client/angular.json')
-rw-r--r-- | cds-ui/designer-client/angular.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json index 954ad4ec9..b169e7bcf 100644 --- a/cds-ui/designer-client/angular.json +++ b/cds-ui/designer-client/angular.json @@ -30,8 +30,7 @@ "./node_modules/font-awesome/css/font-awesome.css", "./node_modules/jointjs/css/layout.css", "./node_modules/jointjs/css/themes/material.css", - "./node_modules/jointjs/css/themes/default.css", - "src/assets/css/orangeHelvetica.css" + "./node_modules/jointjs/css/themes/default.css" ], "scripts": [ @@ -105,8 +104,7 @@ "src/styles.css", "./node_modules/bootstrap/dist/css/bootstrap.min.css", "./node_modules/@angular/material/prebuilt-themes/purple-green.css", - "./node_modules/font-awesome/css/font-awesome.css", - "src/assets/css/orangeHelvetica.css" + "./node_modules/font-awesome/css/font-awesome.css" ], "scripts": [ |