hack font

This commit is contained in:
2026-02-04 19:50:29 +00:00
parent 202e23ca3c
commit 647fbd88df
5 changed files with 27 additions and 0 deletions

27
css/hack.css Normal file
View File

@@ -0,0 +1,27 @@
@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;
}

BIN
fonts/Hack-Bold.ttf Normal file

Binary file not shown.

BIN
fonts/Hack-BoldItalic.ttf Normal file

Binary file not shown.

BIN
fonts/Hack-Italic.ttf Normal file

Binary file not shown.

BIN
fonts/Hack-Regular.ttf Normal file

Binary file not shown.