1
2@font-face {
3    font-family: 'source-sans-pro';
4    src: url('sourcesanspro-light-webfont.eot');
5    src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
6         url('sourcesanspro-light-webfont.woff') format('woff'),
7         url('sourcesanspro-light-webfont.ttf') format('truetype'),
8         url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
9    font-weight: 300;
10    font-style: normal;
11
12}
13
14
15
16
17@font-face {
18    font-family: 'source-sans-pro';
19    src: url('sourcesanspro-regular-webfont.eot');
20    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
21         url('sourcesanspro-regular-webfont.woff') format('woff'),
22         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
23         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
24    font-weight: 400;
25    font-style: normal;
26
27}
28
29
30
31
32@font-face {
33    font-family: 'source-sans-pro';
34    src: url('sourcesanspro-semibold-webfont.eot');
35    src: url('sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
36         url('sourcesanspro-semibold-webfont.woff') format('woff'),
37         url('sourcesanspro-semibold-webfont.ttf') format('truetype'),
38         url('sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
39    font-weight: 600;
40    font-style: normal;
41
42}
43
44
45
46
47@font-face {
48    font-family: 'source-code-pro';
49    src: url('sourcecodepro-regular-webfont.eot');
50    src: url('sourcecodepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
51         url('sourcecodepro-regular-webfont.woff') format('woff'),
52         url('sourcecodepro-regular-webfont.ttf') format('truetype'),
53         url('sourcecodepro-regular-webfont.svg#source_code_proregular') format('svg');
54    font-weight: normal;
55    font-style: normal;
56
57}