|
@@ -0,0 +1,37 @@
|
|
|
+$font-path: "../fonts" !default;
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: 'Junction';
|
|
|
+ src: url('#{$font-path}/junction-bold.eot');
|
|
|
+ src: url('#{$font-path}/junction-bold.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('#{$font-path}/junction-bold.woff') format('woff'),
|
|
|
+ url('#{$font-path}/junction-bold.ttf') format('truetype'),
|
|
|
+ url('#{$font-path}/junction-bold.svg#junctionbold') format('svg');
|
|
|
+ font-weight: bold;
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: 'Junction';
|
|
|
+ src: url('#{$font-path}/junction-light.eot');
|
|
|
+ src: url('#{$font-path}/junction-light.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('#{$font-path}/junction-light.woff') format('woff'),
|
|
|
+ url('#{$font-path}/junction-light.ttf') format('truetype'),
|
|
|
+ url('#{$font-path}/junction-light.svg#junctionlight') format('svg');
|
|
|
+ font-weight: 300;
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: 'Junction';
|
|
|
+ src: url('#{$font-path}/junction-regular.eot');
|
|
|
+ src: url('#{$font-path}/junction-regular.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('#{$font-path}/junction-regular.woff') format('woff'),
|
|
|
+ url('#{$font-path}/junction-regular.ttf') format('truetype'),
|
|
|
+ url('#{$font-path}/junction-regular.svg#junctionregular') format('svg');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+}
|