blog/themes/quadrant/assets/css/fonts.css

41 lines
1.0 KiB
CSS
Raw Permalink Normal View History

2025-04-18 18:11:05 +00:00
@font-face {
font-family: "MC360";
src:
url('/fonts/MC360.ttf') format('truetype')
}
/*!
* Hack typeface https://github.com/source-foundry/Hack
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
*/
/* FONT PATHS
* -------------------------- */
@font-face {
font-family: 'Hack';
2025-04-19 10:40:16 +00:00
src: url('/fonts/hack/hack-regular.woff2') format('woff2'), url('/fonts/hack/hack-regular.woff') format('woff');
2025-04-18 18:11:05 +00:00
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Hack';
2025-04-19 10:40:16 +00:00
src: url('/fonts/hack/hack-bold.woff2') format('woff2'), url('/fonts/hack/hack-bold.woff') format('woff');
2025-04-18 18:11:05 +00:00
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Hack';
2025-04-19 10:40:16 +00:00
src: url('/fonts/hack/hack-italic.woff2') format('woff2'), url('/fonts/hack/hack-italic.woff') format('woff');
2025-04-18 18:11:05 +00:00
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Hack';
2025-04-19 10:40:16 +00:00
src: url('/fonts/hack/hack-bolditalic.woff2') format('woff2'), url('/fonts/hack/hack-bolditalic.woff') format('woff');
2025-04-18 18:11:05 +00:00
font-weight: 700;
font-style: italic;
}