1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| @font-face {
| font-family: 'YouSheBiaoTiHei';
| src: url('../fonts/YouSheBiaoTiHei.eot');
| src: local('YouSheBiaoTiHei'), local('YouSheBiaoTiHei'),
| url('../fonts/YouSheBiaoTiHei.eot?#iefix') format('embedded-opentype'),
| url('../fonts/YouSheBiaoTiHei.woff') format('woff'),
| url('../fonts/YouSheBiaoTiHei.ttf') format('truetype');
| font-weight: normal;
| font-style: normal;
| }
|
| @font-face {
| font-family: 'PangMenZhengDao';
| src: url('../fonts/PangMenZhengDao.ttf');
| font-weight: normal;
| font-style: normal;
| }
|
|