aboutsummaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/src/main/webapp/res/ecomp/asdc/sequencer/sequencer-development.scss
blob: 0d9eef54d2b46cf8ab938dd40cf6abd143b5a44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
html,body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: Omnes-Light;
  src: url('../common/fonts/omnes-att-light.otf');
}

@font-face {
  font-family: Omnes-Regular;
  src: url('../common/fonts/omnes-att-regular.otf');
}

@font-face {
  font-family: Omnes-Medium;
  src: url('../common/fonts/omnes-att-medium.otf');
}

@font-face {
  font-family: Omnes-Bold;
  src: url('../common/fonts/omnes-att-bold.otf');
}

* {
  font-family: "Omnes-Regular", "Helvetiva Neue", Helvetica, Arial, SansSerif;
}