pvgttm-web/src/assets/styles/fonts.css

50 lines
1.7 KiB
CSS
Raw Normal View History

2023-02-20 11:46:46 -05:00
@font-face {
2023-02-27 02:51:18 -05:00
font-family: "raleway";
src: url("/fonts/raleway/raleway-regular-webfont.woff2") format("woff2"),
url("/fonts/raleway/raleway-regular-webfont.woff") format("woff"),
url("/fonts/raleway/raleway-regular-webfont.ttf") format("truetype"),
url("/fonts/raleway/raleway-regular-webfont.eot");
font-weight: 400;
font-style: normal;
2023-02-20 11:46:46 -05:00
}
@font-face {
2023-02-27 02:51:18 -05:00
font-family: "raleway";
src: url("/fonts/raleway/raleway-italic-webfont.woff2") format("woff2"),
url("/fonts/raleway/raleway-italic-webfont.woff") format("woff"),
url("/fonts/raleway/raleway-italic-webfont.ttf") format("truetype"),
url("/fonts/raleway/raleway-italic-webfont.eot");
font-weight: 400;
font-style: italic;
2023-02-20 11:46:46 -05:00
}
@font-face {
2023-02-27 02:51:18 -05:00
font-family: "raleway";
src: url("/fonts/raleway/raleway-bold-webfont.woff2") format("woff2"),
url("/fonts/raleway/raleway-bold-webfont.woff") format("woff"),
url("/fonts/raleway/raleway-bold-webfont.ttf") format("truetype"),
url("/fonts/raleway/raleway-bold-webfont.eot");
font-weight: 700;
font-style: normal;
2023-02-20 11:46:46 -05:00
}
@font-face {
2023-02-27 02:51:18 -05:00
font-family: "raleway";
src: url("/fonts/raleway/raleway-bolditalic-webfont.woff2") format("woff2"),
url("/fonts/raleway/raleway-bolditalic-webfont.woff") format("woff"),
url("/fonts/raleway/raleway-bolditalic-webfont.ttf") format("truetype"),
url("/fonts/raleway/raleway-bolditalic-webfont.eot");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "unbounded";
src: url("/fonts/unbounded/unbounded-medium-webfont.woff2") format("woff2"),
url("/fonts/unbounded/unbounded-medium-webfont.woff") format("woff"),
url("/fonts/unbounded/unbounded-medium-webfont.ttf") format("truetype"),
url("/fonts/unbounded/unbounded-medium-webfont.eot");
font-weight: 500;
font-style: normal;
2023-02-20 11:46:46 -05:00
}