aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/docs/fontface.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/docs/fontface.scss')
-rw-r--r--src/sass/docs/fontface.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/sass/docs/fontface.scss b/src/sass/docs/fontface.scss
new file mode 100644
index 00000000..6cd9eb68
--- /dev/null
+++ b/src/sass/docs/fontface.scss
@@ -0,0 +1,16 @@
+@font-face {
+ font-family: "Avenir";
+ src: url("../../src/fonts/AvenirLTStd-Medium.woff2") format("woff2"),
+ url("../../src/fonts/AvenirLTStd-Medium.woff") format("woff"),
+ url("../../src/fonts/AvenirLTStd-Medium.ttf") format("truetype");
+ font-style: normal;
+ font-weight: 400;
+}
+@font-face {
+ font-family: "Avenir";
+ src: url("../../src/fonts/AvenirLTStd-Heavy.woff2") format("woff2"),
+ url("../../src/fonts/AvenirLTStd-Heavy.woff") format("woff"),
+ url("../../src/fonts/AvenirLTStd-Heavy.ttf") format("truetype");
+ font-style: normal;
+ font-weight: 600;
+} \ No newline at end of file