Blame view

bower_components/Materialize/sass/components/_roboto.scss 2.12 KB
74249687   Luigi Serra   Cross browser con...
1
2
  @font-face {
      font-family: "Roboto";
a1a3bc73   Luigi Serra   graphs updates
3
4
      src: local(Roboto Thin), url('#{$roboto-font-path}Roboto-Thin.eot');
      src: url("#{$roboto-font-path}Roboto-Thin.eot?#iefix") format('embedded-opentype'),
74249687   Luigi Serra   Cross browser con...
5
6
7
          url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),
          url("#{$roboto-font-path}Roboto-Thin.woff") format("woff"),
          url("#{$roboto-font-path}Roboto-Thin.ttf") format("truetype");
a1a3bc73   Luigi Serra   graphs updates
8
  
74249687   Luigi Serra   Cross browser con...
9
10
11
12
      font-weight: 200;
  }
  @font-face {
      font-family: "Roboto";
a1a3bc73   Luigi Serra   graphs updates
13
14
      src: local(Roboto Light), url('#{$roboto-font-path}Roboto-Light.eot');
      src: url("#{$roboto-font-path}Roboto-Light.eot?#iefix") format('embedded-opentype'),
74249687   Luigi Serra   Cross browser con...
15
16
17
18
19
20
21
22
          url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),
          url("#{$roboto-font-path}Roboto-Light.woff") format("woff"),
          url("#{$roboto-font-path}Roboto-Light.ttf") format("truetype");
      font-weight: 300;
  }
  
  @font-face {
      font-family: "Roboto";
a1a3bc73   Luigi Serra   graphs updates
23
24
      src: local(Roboto Regular), url('#{$roboto-font-path}Roboto-Regular.eot');
      src: url("#{$roboto-font-path}Roboto-Regular.eot?#iefix") format('embedded-opentype'),
74249687   Luigi Serra   Cross browser con...
25
26
27
28
29
30
31
32
          url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),
          url("#{$roboto-font-path}Roboto-Regular.woff") format("woff"),
          url("#{$roboto-font-path}Roboto-Regular.ttf") format("truetype");
      font-weight: 400;
  }
  
  @font-face {
      font-family: "Roboto";
a1a3bc73   Luigi Serra   graphs updates
33
34
35
      src: url('#{$roboto-font-path}Roboto-Medium.eot');
      src: url("#{$roboto-font-path}Roboto-Medium.eot?#iefix") format('embedded-opentype'),
          url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
74249687   Luigi Serra   Cross browser con...
36
37
38
39
40
41
42
          url("#{$roboto-font-path}Roboto-Medium.woff") format("woff"),
          url("#{$roboto-font-path}Roboto-Medium.ttf") format("truetype");
      font-weight: 500;
  }
  
  @font-face {
      font-family: "Roboto";
a1a3bc73   Luigi Serra   graphs updates
43
44
45
      src: url('#{$roboto-font-path}Roboto-Bold.eot');
      src: url("#{$roboto-font-path}Roboto-Bold.eot?#iefix") format('embedded-opentype'),
          url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
74249687   Luigi Serra   Cross browser con...
46
47
48
49
          url("#{$roboto-font-path}Roboto-Bold.woff") format("woff"),
          url("#{$roboto-font-path}Roboto-Bold.ttf") format("truetype");
      font-weight: 700;
  }