Merge "Added option to disable kotlin script cache"
[ccsdk/cds.git] / cds-ui / designer-client / src / assets / css / orangeHelvetica.css
1 /*
2 $custom-file-padding-y:            1rem !default;
3 $custom-file-padding-x:            .5rem !default;
4 $custom-file-line-height:          1.5 !default;
5 $custom-file-color:                $gray-700 !default;
6 $custom-file-bg:                   $white !default;
7 $custom-file-border-width:         $border-width !default;
8 $custom-file-border-color:         $input-border-color !default;
9 $custom-file-border-radius:        $border-radius !default;
10 $custom-file-box-shadow:           none !default;
11 $custom-file-button-color:         $custom-file-color !default;
12 $custom-file-button-bg:            $gray-300 !default;
13 */
14 @font-face {
15   font-family: HelvNeueOrange;
16   font-style: normal;
17   font-weight: 400;
18   src: url("../fonts/HelvNeue55_W1G.woff2") format("woff2"), url("../fonts/HelvNeue55_W1G.woff") format("woff");
19 }
20
21 @font-face {
22   font-family: HelvNeueOrange;
23   font-style: normal;
24   font-weight: 700;
25   src: url("../fonts/HelvNeue75_W1G.woff2") format("woff2"), url("../fonts/HelvNeue75_W1G.woff") format("woff");
26 }
27 /*# sourceMappingURL=orangeHelvetica.css.map */