blob: 01fbb3825f70d391322c3c1aed99f9ee9c22a312 (
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
37
|
@font-face {
font-family: andale;
src: url(fonts/andale_mono.woff);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: pfd;
src: url(fonts/pfdintextpro-regular.woff);
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: pfd;
src: url(fonts/pfdintextpro-bold.woff);
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: pfd;
src: url(fonts/pfdintextpro-medium.woff);
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: pfd;
src: url(fonts/pfdintextpro-light.woff);
font-style: normal;
font-weight: 100;
}
@font-face {
font-family: pfd;
src: url(fonts/pfdintextpro-italic.woff);
font-style: italic;
font-weight: normal;
}
|