Skip to content

Commit

Permalink
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions scss/orangeHelvetica.scss
Original file line number Diff line number Diff line change
@@ -19,22 +19,22 @@
@font-face {
font-family: "HelvNeueOrange";
font-style: normal;
font-weight: 700;
src:url('#{$icon-font-path}HelvNeue75_W1G.eot');
src:url('#{$icon-font-path}HelvNeue75_W1G.eot?#iefix') format('embedded-opentype'),
url('#{$icon-font-path}HelvNeue75_W1G.woff2') format('woff2'),
url('#{$icon-font-path}HelvNeue75_W1G.woff') format('woff'),
url('#{$icon-font-path}HelvNeue75_W1G.ttf') format('truetype'),
url('#{$icon-font-path}HelvNeue75_W1G.svg') format('svg');
font-weight: 400;
src: url("#{$icon-font-path}HelvNeue55_W1G.eot");
src: url("#{$icon-font-path}HelvNeue55_W1G.eot?#iefix") format("embedded-opentype"),
url("#{$icon-font-path}HelvNeue55_W1G.woff2") format("woff2"),
url("#{$icon-font-path}HelvNeue55_W1G.woff") format("woff"),
url("#{$icon-font-path}HelvNeue55_W1G.ttf") format("truetype"),
url("#{$icon-font-path}HelvNeue55_W1G.svg") format("svg");
}
@font-face {
font-family: "HelvNeueOrange";
font-style: normal;
font-weight: 400;
src:url('#{$icon-font-path}HelvNeue55_W1G.eot');
src:url('#{$icon-font-path}HelvNeue55_W1G.eot?#iefix') format('embedded-opentype'),
url('#{$icon-font-path}HelvNeue55_W1G.woff2') format('woff2'),
url('#{$icon-font-path}HelvNeue55_W1G.woff') format('woff'),
url('#{$icon-font-path}HelvNeue55_W1G.ttf') format('truetype'),
url('#{$icon-font-path}HelvNeue55_W1G.svg') format('svg');
font-weight: 700;
src: url("#{$icon-font-path}HelvNeue75_W1G.eot");
src: url("#{$icon-font-path}HelvNeue75_W1G.eot?#iefix") format("embedded-opentype"),
url("#{$icon-font-path}HelvNeue75_W1G.woff2") format("woff2"),
url("#{$icon-font-path}HelvNeue75_W1G.woff") format("woff"),
url("#{$icon-font-path}HelvNeue75_W1G.ttf") format("truetype"),
url("#{$icon-font-path}HelvNeue75_W1G.svg") format("svg");
}

0 comments on commit 635d2d2

Please sign in to comment.