blob: 36ea69d10e8e93d7f3e32e1bb59e9ce8d498cb45 (
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
|
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url('lato-regular.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: auto;
src: url('lato-bold.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-display: auto;
src: url('lato-italic.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-display: auto;
src: url('lato-bolditalic.woff') format('woff');
}
|