From 4b3afd21f3a1b8411f67fe3b361599a583fd7290 Mon Sep 17 00:00:00 2001 From: Ahmed Abbas Date: Wed, 11 Dec 2019 14:14:11 +0200 Subject: remove proprietary fonts in designer-client Issue-ID: CCSDK-1987 Signed-off-by: Ahmed Abbas Change-Id: Ie1f9eb988b5424a645170903e168098aaecd2e5d --- cds-ui/designer-client/angular.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cds-ui/designer-client/angular.json') 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": [ -- cgit 1.2.3-korg