blog.ari.lt/content/fonts/Hack.css
Ari Archer c98c432d88
update @ Fri Oct 6 17:12:37 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-10-06 17:12:37 +03:00

39 lines
973 B
CSS

@font-face {
font-family: Hack;
font-weight: 400;
font-style: normal;
src:
url(/content/fonts/hack-regular.woff2) format("woff2"),
url(/content/fonts/hack-regular.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: Hack;
font-weight: 700;
font-style: normal;
src:
url(/content/fonts/hack-bold.woff2) format("woff2"),
url(/content/fonts/hack-bold.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: Hack;
font-weight: 400;
font-style: italic;
src:
url(/content/fonts/hack-italic.woff2) format("woff2"),
url(/content/fonts/hack-italic.woff) format("woff");
font-display: swap;
}
@font-face {
font-family: Hack;
font-weight: 700;
font-style: italic;
src:
url(/content/fonts/hack-bolditalic.woff2) format("woff2"),
url(/content/fonts/hack-bolditalic.woff) format("woff");
font-display: swap;
}