Skip to content

Commit

Permalink
Version 3.003;[feb32dd]-dev CSS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Mar 2, 2018
1 parent e03afdd commit 71a3484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build/web/hack-subset.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
* -------------------------- */
@font-face {
font-family: 'Hack';
src: url('fonts/hack-regular-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-regular-subset.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-regular-subset.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-regular-subset.woff?sha=feb32dd13') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('fonts/hack-bold-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bold-subset.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-bold-subset.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-bold-subset.woff?sha=feb32dd13') format('woff');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('fonts/hack-italic-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-italic-webfont.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-italic-subset.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-italic-webfont.woff?sha=feb32dd13') format('woff');
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: 'Hack';
src: url('fonts/hack-bolditalic-subset.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-bolditalic-subset.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-bolditalic-subset.woff?sha=feb32dd13') format('woff');
font-weight: 700;
font-style: italic;
}
Expand Down
8 changes: 4 additions & 4 deletions build/web/hack.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
* -------------------------- */
@font-face {
font-family: 'Hack';
src: url('fonts/hack-regular.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-regular.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-regular.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-regular.woff?sha=feb32dd13') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('fonts/hack-bold.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bold.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-bold.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-bold.woff?sha=feb32dd13') format('woff');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Hack';
src: url('fonts/hack-italic.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-italic.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-italic.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-italic.woff?sha=feb32dd13') format('woff');
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: 'Hack';
src: url('fonts/hack-bolditalic.woff2?sha=e813aeef7') format('woff2'), url('fonts/hack-bolditalic.woff?sha=e813aeef7') format('woff');
src: url('fonts/hack-bolditalic.woff2?sha=feb32dd13') format('woff2'), url('fonts/hack-bolditalic.woff?sha=feb32dd13') format('woff');
font-weight: 700;
font-style: italic;
}
Expand Down

0 comments on commit 71a3484

Please sign in to comment.