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/assets/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/assets/css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/css/orangeHelvetica.css | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/cds-ui/designer-client/src/assets/css/orangeHelvetica.css b/cds-ui/designer-client/src/assets/css/orangeHelvetica.css deleted file mode 100755 index b2f0939c8..000000000 --- a/cds-ui/designer-client/src/assets/css/orangeHelvetica.css +++ /dev/null @@ -1,27 +0,0 @@ -/* -$custom-file-padding-y: 1rem !default; -$custom-file-padding-x: .5rem !default; -$custom-file-line-height: 1.5 !default; -$custom-file-color: $gray-700 !default; -$custom-file-bg: $white !default; -$custom-file-border-width: $border-width !default; -$custom-file-border-color: $input-border-color !default; -$custom-file-border-radius: $border-radius !default; -$custom-file-box-shadow: none !default; -$custom-file-button-color: $custom-file-color !default; -$custom-file-button-bg: $gray-300 !default; -*/ -@font-face { - font-family: HelvNeueOrange; - font-style: normal; - font-weight: 400; - src: url("../fonts/HelvNeue55_W1G.woff2") format("woff2"), url("../fonts/HelvNeue55_W1G.woff") format("woff"); -} - -@font-face { - font-family: HelvNeueOrange; - font-style: normal; - font-weight: 700; - src: url("../fonts/HelvNeue75_W1G.woff2") format("woff2"), url("../fonts/HelvNeue75_W1G.woff") format("woff"); -} -/*# sourceMappingURL=orangeHelvetica.css.map */
\ No newline at end of file |