Browse Source

Junction font css definition

Hugo Roy 9 years ago
parent
commit
91d83182a6
1 changed files with 37 additions and 0 deletions
  1. 37 0
      _sass/vendor/junction/junction.scss

+ 37 - 0
_sass/vendor/junction/junction.scss

@@ -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;
+
+}