bifocal/assets/css/fonts.css

50 lines
1.5 KiB
CSS
Raw Normal View History

2022-09-12 05:59:12 -04:00
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
2022-09-12 05:59:12 -04:00
font-style: normal;
2024-06-19 09:56:58 -04:00
font-display: swap;
font-weight: 1000;
src: local("Wanted Sans ExtraBlack"), url("../fonts/WantedSans-ExtraBlack.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
2022-09-12 05:59:12 -04:00
font-style: normal;
2024-06-19 09:56:58 -04:00
font-display: swap;
font-weight: 900;
src: local("Wanted Sans Black"), url("../fonts/WantedSans-Black.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
2022-09-12 05:59:12 -04:00
font-style: normal;
2024-06-19 09:56:58 -04:00
font-display: swap;
font-weight: 800;
src: local("Wanted Sans ExtraBold"), url("../fonts/WantedSans-ExtraBold.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
2022-09-12 05:59:12 -04:00
font-style: normal;
2024-06-19 09:56:58 -04:00
font-display: swap;
2022-09-12 05:59:12 -04:00
font-weight: 700;
2024-06-19 09:56:58 -04:00
src: local("Wanted Sans Bold"), url("../fonts/WantedSans-Bold.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
2022-09-12 05:59:12 -04:00
font-style: normal;
2024-06-19 09:56:58 -04:00
font-display: swap;
font-weight: 600;
src: local("Wanted Sans SemiBold"), url("../fonts/WantedSans-SemiBold.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
font-style: normal;
font-display: swap;
font-weight: 500;
src: local("Wanted Sans Medium"), url("../fonts/WantedSans-Medium.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}
@font-face {
2024-06-19 09:56:58 -04:00
font-family: "Wanted Sans";
font-style: normal;
font-display: swap;
font-weight: 400;
src: local("Wanted Sans Regular"), url("../fonts/WantedSans-Regular.woff2") format("woff2");
2022-09-12 05:59:12 -04:00
}