aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/settings/typography.scss
blob: ac8c41336235d411d90ae3d782bf2c7da84b2f13 (plain) (blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@font-face {
  font-family: 'Montserrat Regular';
  src: url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
  src: url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-size: 'small';
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url('/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
  src: url('/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Light';
  src: url('/fonts/Montserrat/Montserrat-Light.woff') format('woff');
  src: url('/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat UltraLight';
  src: url('/fonts/Montserrat/Montserrat-UltraLight.woff') format('woff');
  src: url('/fonts/Montserrat/Montserrat-UltraLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN OT';
  src: url('/fonts/DIN_OT/DINOT-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN OT Light';
  src: url('/fonts/DIN_OT/DINOT-2.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'DIN NEXT';
  src: url('/fonts/DIN Next/DIN Next W01 Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN NEXT Light';
  src: url('/fonts/DIN Next/DIN Next W10 Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}