This commit is contained in:
Ty Clifford
2026-06-24 09:19:08 -04:00
commit 5f7c62f8a7
151 changed files with 18705 additions and 0 deletions
+85
View File
@@ -0,0 +1,85 @@
/*
HK Grotesk Font Free by Hanken Design Co.
License : OFL (SIL Open Font License)
downloaded from : https://fontlibrary.org/en/font/hk-grotesk
*/
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-light-webfont.woff2') format('woff2'),
url('font/hkgrotesk-light-webfont.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-lightitalic-webfont.woff2') format('woff2'),
url('font/hkgrotesk-lightitalic-webfont.woff') format('woff');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-regular-webfont.woff2') format('woff2'),
url('font/hkgrotesk-regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-italic-webfont.woff2') format('woff2'),
url('font/hkgrotesk-italic-webfont.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-medium-webfont.woff2') format('woff2'),
url('font/hkgrotesk-medium-webfont.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-mediumitalic-webfont.woff2') format('woff2'),
url('font/hkgrotesk-mediumitalic-webfont.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-semibold-webfont.woff2') format('woff2'),
url('font/hkgrotesk-semibold-webfont.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-semibolditalic-webfont.woff2') format('woff2'),
url('font/hkgrotesk-semibolditalic-webfont.woff') format('woff');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-bold-webfont.woff2') format('woff2'),
url('font/hkgrotesk-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('font/hkgrotesk-bolditalic-webfont.woff2') format('woff2'),
url('font/hkgrotesk-bolditalic-webfont.woff') format('woff');
font-weight: 700;
font-style: italic;
}