blob: 84f68584c265dbffe19dcdf13241d0e949b899b2 (
plain) (
blame)
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
41
42
43
44
45
|
/**
* @license
* MyFonts Webfont Build ID 3678880, 2018-11-27T05:59:35-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: Formular-Light by Brownfox
* URL: https://www.myfonts.com/fonts/brownfox/formular/light/
*
* Webfont: Formular by Brownfox
* URL: https://www.myfonts.com/fonts/brownfox/formular/regular/
*
*
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3678880
* Licensed pageviews: 200,000
* Webfonts copyright: Copyright (c) 2014 by Vyacheslav Kirilenko, Gayane Bagdasaryan. All rights reserved.
*
* © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3822a0");
@font-face {
font-family: 'Formular';
font-weight: 300;
src: url('/fonts/formular/3822A0_0_0.eot');
src: url('/fonts/formular/3822A0_0_0.eot?#iefix') format('embedded-opentype'), url('/fonts/formular/3822A0_0_0.woff2') format('woff2'), url('/fonts/formular/3822A0_0_0.woff') format('woff'), url('/fonts/formular/3822A0_0_0.ttf') format('truetype');
font-display: swap;
}
@font-face {
font-family: 'Formular';
font-weight: 400;
src: url('/fonts/formular/3822A0_1_0.eot');
src: url('/fonts/formular/3822A0_1_0.eot?#iefix') format('embedded-opentype'), url('/fonts/formular/3822A0_1_0.woff2') format('woff2'), url('/fonts/formular/3822A0_1_0.woff') format('woff'), url('/fonts/formular/3822A0_1_0.ttf') format('truetype');
font-display: swap;
}
|