blob: 8cd319e0c5df97cd001ca077fecd9a32563af722 (
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
|
@font-face {
font-family: "Metropolis";
src: url(../webfonts/Metropolis-Regular.eot);
src: url(../webfonts/Metropolis-Regular.eot?#iefix) format("embedded-opentype"),
url(../webfonts/Metropolis-Regular.woff2) format("woff2"),
url(../webfonts/Metropolis-Regular.woff) format("woff"),
url(../webfonts/Metropolis-Regular.ttf) format("truetype"),
url(../webfonts/Metropolis-Regular.otf) format("opentype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Metropolis";
src: url(../webfonts/Metropolis-Light.eot);
src: url(../webfonts/Metropolis-Light.eot?#iefix) format("embedded-opentype"),
url(../webfonts/Metropolis-Light.woff2) format("woff2"),
url(../webfonts/Metropolis-Light.woff) format("woff"),
url(../webfonts/Metropolis-Light.ttf) format("truetype"),
url(../webfonts/Metropolis-Light.otf) format("opentype");
font-weight: 300;
font-style: normal
}
|