default.scss 1.56 KB
Newer Older
1 2
@font-face {
  font-family: 'Roboto';
3 4
  src: url('../../fonts/default/Roboto-MediumItalic.woff2') format('woff2'),
      url('../../fonts/default/Roboto-MediumItalic.woff') format('woff');
5 6 7 8 9 10
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
11 12
  src: url('../../fonts/default/Roboto-Italic.woff2') format('woff2'),
      url('../../fonts/default/Roboto-Italic.woff') format('woff');
13 14 15 16 17 18
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
19 20
  src: url('../../fonts/default/Roboto-Bold.woff2') format('woff2'),
      url('../../fonts/default/Roboto-Bold.woff') format('woff');
21 22 23 24 25 26
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
27 28
  src: url('../../fonts/default/Roboto-Regular.woff2') format('woff2'),
      url('../../fonts/default/Roboto-Regular.woff') format('woff');
29 30 31 32 33 34
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
35 36
  src: url('../../fonts/default/Roboto-BoldItalic.woff2') format('woff2'),
      url('../../fonts/default/Roboto-BoldItalic.woff') format('woff');
37 38 39 40 41 42
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
43 44
  src: url('../../fonts/default/Roboto-Medium.woff2') format('woff2'),
      url('../../fonts/default/Roboto-Medium.woff') format('woff');
45 46 47 48 49 50
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Mono';
51 52
  src: url('../../fonts/default/RobotoMono-Regular.woff2') format('woff2'),
      url('../../fonts/default/RobotoMono-Regular.woff') format('woff');
53 54 55
  font-weight: normal;
  font-style: normal;
}