1/*!
2 *  Hack typeface https://github.com/source-foundry/Hack
3 *  License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
4 */
5/* FONT PATHS
6 * -------------------------- */
7@font-face {
8  font-family: 'Hack';
9  src: url('fonts/hack-regular-subset.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-regular-subset.woff?sha={{ ink }}') format('woff');
10  font-weight: 400;
11  font-style: normal;
12}
13
14@font-face {
15  font-family: 'Hack';
16  src: url('fonts/hack-bold-subset.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-bold-subset.woff?sha={{ ink }}') format('woff');
17  font-weight: 700;
18  font-style: normal;
19}
20
21@font-face {
22  font-family: 'Hack';
23  src: url('fonts/hack-italic-subset.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-italic-webfont.woff?sha={{ ink }}') format('woff');
24  font-weight: 400;
25  font-style: italic;
26}
27
28@font-face {
29  font-family: 'Hack';
30  src: url('fonts/hack-bolditalic-subset.woff2?sha={{ ink }}') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha={{ ink }}') format('woff');
31  font-weight: 700;
32  font-style: italic;
33}
34
35