blob: d9f6c7fd622ff7ea6d9476f7b41361bc664c96a4 (
plain)
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
|
@font-face {
font-family: 'Junction';
src: url('fonts/junction-bold.eot');
src: url('fonts/junction-bold.eot?#iefix') format('embedded-opentype'),
url('fonts/junction-bold.woff') format('woff'),
url('fonts/junction-bold.ttf') format('truetype'),
url('fonts/junction-bold.svg#junctionbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Junction';
src: url('fonts/junction-light.eot');
src: url('fonts/junction-light.eot?#iefix') format('embedded-opentype'),
url('fonts/junction-light.woff') format('woff'),
url('fonts/junction-light.ttf') format('truetype'),
url('fonts/junction-light.svg#junctionlight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Junction';
src: url('fonts/junction-regular.eot');
src: url('fonts/junction-regular.eot?#iefix') format('embedded-opentype'),
url('fonts/junction-regular.woff') format('woff'),
url('fonts/junction-regular.ttf') format('truetype'),
url('fonts/junction-regular.svg#junctionregular') format('svg');
font-weight: normal;
font-style: normal;
}
|