21 lines
498 B
CSS
21 lines
498 B
CSS
/*庞门正道标题体免费版-Regular*/
|
|
@font-face {
|
|
font-family: "title";
|
|
src: url('./PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/*yaHei*/
|
|
@font-face {
|
|
font-family: "Microsoft YaHei";
|
|
src: url('./msyhl.ttc');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* D-DIN-Bold */
|
|
@font-face {
|
|
font-family: "D-DIN-Bold";
|
|
src: url('./D-DIN-Bold.otf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |