mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
28 lines
538 B
CSS
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;
|
|
}
|