git.lucas.co / website
source for lucas.co

archive/fonts/butler/stylesheet.css (1.3K)

 1 @font-face {
 2     font-family: 'Butler';
 3     src: url('Butler-UltraLight.woff2') format('woff2'),
 4         url('Butler-UltraLight.woff') format('woff');
 5     font-weight: 200;
 6     font-style: normal;
 7 }
 8 
 9 @font-face {
10     font-family: 'Butler';
11     src: url('Butler-Medium.woff2') format('woff2'),
12         url('Butler-Medium.woff') format('woff');
13     font-weight: 500;
14     font-style: normal;
15 }
16 
17 @font-face {
18     font-family: 'Butler';
19     src: url('Butler-Light.woff2') format('woff2'),
20         url('Butler-Light.woff') format('woff');
21     font-weight: 300;
22     font-style: normal;
23 }
24 
25 @font-face {
26     font-family: 'Butler';
27     src: url('Butler-Black.woff2') format('woff2'),
28         url('Butler-Black.woff') format('woff');
29     font-weight: 900;
30     font-style: normal;
31 }
32 
33 @font-face {
34     font-family: 'Butler';
35     src: url('Butler-Bold.woff2') format('woff2'),
36         url('Butler-Bold.woff') format('woff');
37     font-weight: bold;
38     font-style: normal;
39 }
40 
41 @font-face {
42     font-family: 'Butler';
43     src: url('Butler-ExtraBold.woff2') format('woff2'),
44         url('Butler-ExtraBold.woff') format('woff');
45     font-weight: 800;
46     font-style: normal;
47 }
48 
49 @font-face {
50     font-family: 'Butler';
51     src: url('Butler.woff2') format('woff2'),
52         url('Butler.woff') format('woff');
53     font-weight: normal;
54     font-style: normal;
55 }
56