blob: db0716954ea655fe17db64d893f47cd3fd9c53ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@font-face {
font-family: 'charterregular';
src: url('fonts/charter_regular-webfont.eot');
src: url('fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'charterbold';
src: url('fonts/charter_bold-webfont.eot');
src: url('fonts/charter_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/charter_bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
|