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