Add new code new version
[sdc.git] / dox-sequence-diagram-ui / src / main / webapp / res / ecomp / asdc / common / _typography.scss
1 /* Fonts */
2 @font-face {
3   font-family: Omnes-Light;
4   src: url('ecomp/asdc/common/fonts/omnes-att-light.otf');
5 }
6
7 @font-face {
8   font-family: Omnes-Regular;
9   src: url('ecomp/asdc/common/fonts/omnes-att-regular.otf');
10 }
11
12 @font-face {
13   font-family: Omnes-Medium;
14   src: url('ecomp/asdc/common/fonts/omnes-att-medium.otf');
15 }
16
17 @font-face {
18   font-family: Omnes-Bold;
19   src: url('ecomp/asdc/common/fonts/omnes-att-bold.otf');
20 }
21
22 $base-font-regular: omnes-regular, "Omnes-Regular";
23 $base-font-light: omnes-light, "Omnes-Light";
24 $base-font-medium: omnes-medium, "Omnes-Medium";
25 $base-font-bold: omnes-bold, "Omnes-Bold";