v3.1.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user