Skip to content

Commit 8001bf5

Browse files
committed
Hack v3.002;[e813aee]-release builds + CSS builds
1 parent e813aee commit 8001bf5

22 files changed

+8
-8
lines changed

build/ttf/Hack-Bold.ttf

8 Bytes
Binary file not shown.

build/ttf/Hack-BoldItalic.ttf

8 Bytes
Binary file not shown.

build/ttf/Hack-Italic.ttf

8 Bytes
Binary file not shown.

build/ttf/Hack-Regular.ttf

8 Bytes
Binary file not shown.

build/web/fonts/hack-bold-subset.woff

0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

build/web/fonts/hack-bold.woff

-1.42 KB
Binary file not shown.

build/web/fonts/hack-bold.woff2

-1.22 KB
Binary file not shown.
0 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.

build/web/fonts/hack-bolditalic.woff

-628 Bytes
Binary file not shown.

build/web/fonts/hack-bolditalic.woff2

-448 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

build/web/fonts/hack-italic.woff

80 Bytes
Binary file not shown.

build/web/fonts/hack-italic.woff2

212 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.

build/web/fonts/hack-regular.woff

64 Bytes
Binary file not shown.

build/web/fonts/hack-regular.woff2

-16 Bytes
Binary file not shown.

build/web/hack-subset.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
* -------------------------- */
77
@font-face {
88
font-family: 'Hack';
9-
src: url('fonts/hack-regular-subset.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-regular-subset.woff?sha=50c08ef1e') format('woff');
9+
src: url('fonts/hack-regular-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-regular-subset.woff?sha=e813aeef7') format('woff');
1010
font-weight: 400;
1111
font-style: normal;
1212
}
1313

1414
@font-face {
1515
font-family: 'Hack';
16-
src: url('fonts/hack-bold-subset.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-bold-subset.woff?sha=50c08ef1e') format('woff');
16+
src: url('fonts/hack-bold-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bold-subset.woff?sha=e813aeef7') format('woff');
1717
font-weight: 700;
1818
font-style: normal;
1919
}
2020

2121
@font-face {
2222
font-family: 'Hack';
23-
src: url('fonts/hack-italic-subset.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-italic-webfont.woff?sha=50c08ef1e') format('woff');
23+
src: url('fonts/hack-italic-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-italic-webfont.woff?sha=e813aeef7') format('woff');
2424
font-weight: 400;
2525
font-style: italic;
2626
}
2727

2828
@font-face {
2929
font-family: 'Hack';
30-
src: url('fonts/hack-bolditalic-subset.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=50c08ef1e') format('woff');
30+
src: url('fonts/hack-bolditalic-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=e813aeef7') format('woff');
3131
font-weight: 700;
3232
font-style: italic;
3333
}

build/web/hack.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
* -------------------------- */
77
@font-face {
88
font-family: 'Hack';
9-
src: url('fonts/hack-regular.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-regular.woff?sha=50c08ef1e') format('woff');
9+
src: url('fonts/hack-regular.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-regular.woff?sha=e813aeef7') format('woff');
1010
font-weight: 400;
1111
font-style: normal;
1212
}
1313

1414
@font-face {
1515
font-family: 'Hack';
16-
src: url('fonts/hack-bold.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-bold.woff?sha=50c08ef1e') format('woff');
16+
src: url('fonts/hack-bold.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bold.woff?sha=e813aeef7') format('woff');
1717
font-weight: 700;
1818
font-style: normal;
1919
}
2020

2121
@font-face {
2222
font-family: 'Hack';
23-
src: url('fonts/hack-italic.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-italic.woff?sha=50c08ef1e') format('woff');
23+
src: url('fonts/hack-italic.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-italic.woff?sha=e813aeef7') format('woff');
2424
font-weight: 400;
2525
font-style: italic;
2626
}
2727

2828
@font-face {
2929
font-family: 'Hack';
30-
src: url('fonts/hack-bolditalic.woff2?sha=50c08ef1e') format('woff2'), url('fonts/hack-bolditalic.woff?sha=50c08ef1e') format('woff');
30+
src: url('fonts/hack-bolditalic.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bolditalic.woff?sha=e813aeef7') format('woff');
3131
font-weight: 700;
3232
font-style: italic;
3333
}

0 commit comments

Comments
 (0)