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/src/styles.css | |
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/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index ff85e332f..b6fc4eea7 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -6,7 +6,7 @@ body{ /* background-image: linear-gradient(-45deg, #000 10%, #fff 0); background-size: 6px 6px; */ margin: 0; - font-family: 'HelvNeueOrange', 'Helvetica Neue', sans-serif !important; + font-family: 'Nunito' !important; color: #1B3E6F !important; } *:focus{ |