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
|
font-weight: 400;
}
@font-face {
font-family: 'Fabiol';
src: url('LDFabiolPro-Bold.woff2') format('woff2'),
url('LDFabiolPro-Bold.woff') format('woff');
font-style: bold;
font-weight: 700;
}
@font-face {
font-family: 'Triplicate T4c';
src: url('Triplicate-T4c.woff') format('woff');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Triplicate T4c';
src: url('Triplicate-T4c-italic.woff') format('woff');
font-style: italic;
font-weight: 400;
}
|
|
>
>
>
>
>
>
|
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
46
47
48
|
font-weight: 400;
}
@font-face {
font-family: 'Fabiol';
src: url('LDFabiolPro-Bold.woff2') format('woff2'),
url('LDFabiolPro-Bold.woff') format('woff');
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'Triplicate T4c';
src: url('Triplicate-T4c.woff') format('woff');
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: 'Triplicate T4c';
src: url('Triplicate-T4c-italic.woff') format('woff');
font-style: italic;
font-weight: 400;
}
@font-face {
font-family: 'Triplicate T4c';
src: url('Triplicate-T4c-bold.woff') format('woff');
font-style: normal;
font-weight: bold;
}
|