Hack/build/web/hack.css.in

38 lines
1.1 KiB
CSS
Raw Normal View History

2017-11-17 05:08:17 +03:00
/*!
* Hack typeface https://github.com/source-foundry/Hack
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
*/
/* FONT PATHS
* -------------------------- */
@font-face {
font-family: 'Hack';
src: url('fonts/hack-regular.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-regular.woff?sha={{ ink }}') format('woff');
2017-11-17 05:08:17 +03:00
font-weight: 400;
font-style: normal;
font-display: swap;
2017-11-17 05:08:17 +03:00
}
@font-face {
font-family: 'Hack';
src: url('fonts/hack-bold.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-bold.woff?sha={{ ink }}') format('woff');
2017-11-17 05:08:17 +03:00
font-weight: 700;
font-style: normal;
font-display: swap;
2017-11-17 05:08:17 +03:00
}
@font-face {
font-family: 'Hack';
src: url('fonts/hack-italic.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-italic.woff?sha={{ ink }}') format('woff');
2017-11-17 05:08:17 +03:00
font-weight: 400;
font-style: italic;
font-display: swap;
2017-11-17 05:08:17 +03:00
}
@font-face {
font-family: 'Hack';
src: url('fonts/hack-bolditalic.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-bolditalic.woff?sha={{ ink }}') format('woff');
2017-11-17 05:08:17 +03:00
font-weight: 700;
font-style: italic;
font-display: swap;
2017-11-17 05:08:17 +03:00
}