diff options
author | Dan Timoney <dtimoney@att.com> | 2019-12-12 20:38:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-12 20:38:10 +0000 |
commit | 73a37ecd64accefc0e4b8a9db2cb9e0127d94408 (patch) | |
tree | 406241e07f75dd038feb6edc397bb14a77ac274a /cds-ui/designer-client/src/styles.css | |
parent | b0211411c5165bbd5293f0306cd894b60aae79df (diff) | |
parent | 4b3afd21f3a1b8411f67fe3b361599a583fd7290 (diff) |
Merge "remove proprietary fonts in designer-client"
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{ |