mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
hack font
This commit is contained in:
27
css/hack.css
Normal file
27
css/hack.css
Normal 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
BIN
fonts/Hack-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/Hack-BoldItalic.ttf
Normal file
BIN
fonts/Hack-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
fonts/Hack-Italic.ttf
Normal file
BIN
fonts/Hack-Italic.ttf
Normal file
Binary file not shown.
BIN
fonts/Hack-Regular.ttf
Normal file
BIN
fonts/Hack-Regular.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user