-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_fonts.scss
40 lines (35 loc) · 1.73 KB
/
_fonts.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
* @license
* MyFonts Webfont Build ID 3150187, 2016-01-07T12:38:57-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: AvenirLTStd-Oblique by Linotype
* URL: http://www.myfonts.com/fonts/linotype/avenir/55-oblique/
*
* Webfont: AvenirLTStd-Book by Linotype
* URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3150187
* Licensed pageviews: 250,000
* Webfonts copyright: Copyright © 1989, 1995, 2002 Adobe Systems Incorporated. All Rights Reserved. © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
*
* © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30116b");
@font-face {
font-family: 'AvenirLTStd-Oblique';
src: local('Avenir Oblique'),local('AvenirBook-Oblique'),url(fonts/30116B_0_0.eot);
src: local('Avenir Oblique'),local('AvenirBook-Oblique'),url(fonts/30116B_0_0.eot?#iefix) format("embedded-opentype"),url(fonts/30116B_0_0.woff2) format("woff2"),url(fonts/30116B_0_0.woff) format("woff"),url(fonts/30116B_0_0.ttf) format("truetype");
}
@font-face {
font-family: 'AvenirLTStd-Book';
src: local('Avenir'),local('AvenirBook'),url(fonts/30116B_1_0.eot);
src: local('Avenir'),local('AvenirBook'),url(fonts/30116B_1_0.eot?#iefix) format("embedded-opentype"),url(fonts/30116B_1_0.woff2) format("woff2"),url(fonts/30116B_1_0.woff) format("woff"),url(fonts/30116B_1_0.ttf) format("truetype");
}