Files
fonts/css/hack.css
2026-02-04 19:50:29 +00:00

28 lines
538 B
CSS

@font-face {
font-family: "Hack";
src: url("/fonts/Hack-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Hack";
src: url("/fonts/Hack-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Hack";
src: url("/fonts/Hack-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Hack";
src: url("/fonts/Hack-BoldItalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}