Add new code new version
[sdc.git] / dox-sequence-diagram-ui / src / main / webapp / res / ecomp / asdc / sequencer / sequencer-development.scss
1 html,body {
2   margin: 0px;
3   padding: 0px;
4   height: 100%;
5   width: 100%;
6 }
7 @font-face {
8   font-family: Omnes-Light;
9   src: url('../common/fonts/omnes-att-light.otf');
10 }
11
12 @font-face {
13   font-family: Omnes-Regular;
14   src: url('../common/fonts/omnes-att-regular.otf');
15 }
16
17 @font-face {
18   font-family: Omnes-Medium;
19   src: url('../common/fonts/omnes-att-medium.otf');
20 }
21
22 @font-face {
23   font-family: Omnes-Bold;
24   src: url('../common/fonts/omnes-att-bold.otf');
25 }
26
27 * {
28   font-family: "Omnes-Regular", "Helvetiva Neue", Helvetica, Arial, SansSerif;
29 }