diff --git a/css/hack.css b/css/hack.css new file mode 100644 index 0000000..89375b8 --- /dev/null +++ b/css/hack.css @@ -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; +} diff --git a/fonts/Hack-Bold.ttf b/fonts/Hack-Bold.ttf new file mode 100644 index 0000000..7ff4975 Binary files /dev/null and b/fonts/Hack-Bold.ttf differ diff --git a/fonts/Hack-BoldItalic.ttf b/fonts/Hack-BoldItalic.ttf new file mode 100644 index 0000000..3b137d9 Binary files /dev/null and b/fonts/Hack-BoldItalic.ttf differ diff --git a/fonts/Hack-Italic.ttf b/fonts/Hack-Italic.ttf new file mode 100644 index 0000000..d26198a Binary files /dev/null and b/fonts/Hack-Italic.ttf differ diff --git a/fonts/Hack-Regular.ttf b/fonts/Hack-Regular.ttf new file mode 100644 index 0000000..92a90cb Binary files /dev/null and b/fonts/Hack-Regular.ttf differ