-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.styl
30 lines (27 loc) · 1 KB
/
fonts.styl
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
@font-face {
font-family: "MyriadPro";
src: url("./fonts/MyriadProRegular.eot");
src: url("./fonts/MyriadProRegular.eot")format("embedded-opentype"),
url("./fonts/MyriadProRegular.woff") format("woff"),
url("./fonts/MyriadProRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "MyriadPro";
src: url("./fonts/MyriadProBold.eot");
src: url("./fonts/MyriadProBold.eot")format("embedded-opentype"),
url("./fonts/MyriadProBold.woff") format("woff"),
url("./fonts/MyriadProBold.ttf") format("truetype");
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "MyriadProLightSemiExtended";
src: url("./fonts/MyriadProLightSemiExtended.eot");
src: url("./fonts/MyriadProLightSemiExtended.eot")format("embedded-opentype"),
url("./fonts/MyriadProLightSemiExtended.woff") format("woff"),
url("./fonts/MyriadProLightSemiExtended.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}