-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLato.css
More file actions
71 lines (61 loc) · 3.13 KB
/
Lato.css
File metadata and controls
71 lines (61 loc) · 3.13 KB
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
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
src: local('Lato Hairline'), local('Lato-Hairline'), url(./fonts/Lato/Lato-Hairline.ttf) format('truetype'), url(./fonts/Lato/Lato-Hairline.woff2) format('woff2'), url(./fonts/Lato/Lato-Hairline.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(./fonts/Lato/Lato-Light.ttf) format('truetype'), url(./fonts/Lato/Lato-Light.woff2) format('woff2'), url(./fonts/Lato/Lato-Light.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url(./fonts/Lato/Lato-Regular.eot);
src: local('Lato Regular'), local('Lato-Regular'), local('Lato'), url(./fonts/Lato/Lato-Regular.ttf) format('truetype'), url(./fonts/Lato/Lato-Regular.svg#Lato) format('svg'), url(./fonts/Lato/Lato-Regular.woff2) format('woff2'), url(./fonts/Lato/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(./fonts/Lato/Lato-Regular.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(./fonts/Lato/Lato-Bold.ttf) format('truetype'), url(./fonts/Lato/Lato-Bold.woff2) format('woff2'), url(./fonts/Lato/Lato-Bold.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: local('Lato Black'), local('Lato-Black'), url(./fonts/Lato/Lato-Black.ttf) format('truetype'), url(./fonts/Lato/Lato-Black.woff2) format('woff2'), url(./fonts/Lato/Lato-Black.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 100;
src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url(./fonts/Lato/Lato-Hairline-Italic.ttf) format('truetype'), url(./fonts/Lato/Lato-Hairline-Italic.woff2) format('woff2'), url(./fonts/Lato/Lato-Hairline-Italic.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
src: local('Lato Light Italic'), local('Lato-LightItalic'), url(./fonts/Lato/Lato-Light-Italic.ttf) format('truetype'), url(./fonts/Lato/Lato-Light-Italic.woff2) format('woff2'), url(./fonts/Lato/Lato-Light-Italic.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url(./fonts/Lato/Lato-Italic.ttf) format('truetype'), url(./fonts/Lato/Lato-Italic.woff2) format('woff2'), url(./fonts/Lato/Lato-Italic.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(./fonts/Lato/Lato-Bold-Italic.ttf) format('truetype'), url(./fonts/Lato/Lato-Bold-Italic.woff2) format('woff2'), url(./fonts/Lato/Lato-Bold-Italic.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
src: local('Lato Black Italic'), local('Lato-BlackItalic'), url(./fonts/Lato/Lato-Black-Italic.ttf) format('truetype'), url(./fonts/Lato/Lato-Black-Italic.woff2) format('woff2'), url(./fonts/Lato/Lato-Black-Italic.woff) format('woff');
}