summaryrefslogtreecommitdiff
path: root/design/sass/_fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_fonts.scss')
-rw-r--r--design/sass/_fonts.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/design/sass/_fonts.scss b/design/sass/_fonts.scss
index 2553e22..0721356 100644
--- a/design/sass/_fonts.scss
+++ b/design/sass/_fonts.scss
@@ -26,4 +26,25 @@
font-style: normal;
}
+@font-face {
+ font-family: 'latoregular';
+ src: url('lato-regular-webfont.eot');
+ src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
+ url('lato-regular-webfont.woff2') format('woff2'),
+ url('lato-regular-webfont.woff') format('woff'),
+ url('lato-regular-webfont.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'latobold';
+ src: url('lato-bold-webfont.eot');
+ src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
+ url('lato-bold-webfont.woff2') format('woff2'),
+ url('lato-bold-webfont.woff') format('woff'),
+ url('lato-bold-webfont.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+
+}