74249687
Luigi Serra
Cross browser con...
|
1
2
|
@font-face {
font-family: "Roboto";
|
c5169e0e
Renato De Donato
a new hope
|
3
|
src: local(Roboto Thin),
|
74249687
Luigi Serra
Cross browser con...
|
4
5
6
|
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");
|
74249687
Luigi Serra
Cross browser con...
|
7
8
9
10
|
font-weight: 200;
}
@font-face {
font-family: "Roboto";
|
c5169e0e
Renato De Donato
a new hope
|
11
|
src: local(Roboto Light),
|
74249687
Luigi Serra
Cross browser con...
|
12
13
14
15
16
17
18
19
|
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";
|
c5169e0e
Renato De Donato
a new hope
|
20
21
|
src:
local(Roboto Regular),
|
74249687
Luigi Serra
Cross browser con...
|
22
23
24
25
26
27
28
29
|
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";
|
c5169e0e
Renato De Donato
a new hope
|
30
|
src: url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
|
74249687
Luigi Serra
Cross browser con...
|
31
32
33
34
35
36
37
|
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";
|
c5169e0e
Renato De Donato
a new hope
|
38
|
src: url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
|
74249687
Luigi Serra
Cross browser con...
|
39
40
41
42
|
url("#{$roboto-font-path}Roboto-Bold.woff") format("woff"),
url("#{$roboto-font-path}Roboto-Bold.ttf") format("truetype");
font-weight: 700;
}
|