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;
|
||||
}
|
||||
Reference in New Issue
Block a user