JOL/assets/css/font-hack.css
Jessica Canady 1bf44f3344
MEGACOMMIT: Ton of blog and layout work.
Mostly reimplementing the old Zola theme.
2024-07-30 11:46:47 -04:00

31 lines
1 KiB
CSS

/*!
* 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";
src: url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"), url("fonts/hack-regular.woff?sha=3114f1256") format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Hack";
src: url("fonts/hack-bold.woff2?sha=3114f1256") format("woff2"), url("fonts/hack-bold.woff?sha=3114f1256") format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Hack";
src: url("fonts/hack-italic.woff2?sha=3114f1256") format("woff2"), url("fonts/hack-italic.woff?sha=3114f1256") format("woff");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Hack";
src: url("fonts/hack-bolditalic.woff2?sha=3114f1256") format("woff2"), url("fonts/hack-bolditalic.woff?sha=3114f1256") format("woff");
font-weight: 700;
font-style: italic;
}