aboutsummaryrefslogtreecommitdiffstats
path: root/dox-sequence-diagram-ui/src/main/webapp/res/ecomp/asdc/common/_typography.scss
blob: 5d23eff34fd296b4858b5f037b63efded67cce87 (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
/* Fonts */
@font-face {
  font-family: Omnes-Light;
  src: url('ecomp/asdc/common/fonts/omnes-att-light.otf');
}

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

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

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

$base-font-regular: omnes-regular, "Omnes-Regular";
$base-font-light: omnes-light, "Omnes-Light";
$base-font-medium: omnes-medium, "Omnes-Medium";
$base-font-bold: omnes-bold, "Omnes-Bold";