You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
232 B

12 months ago
@font-face {
font-family:"MyFont"; //自定义字体名称
12 months ago
src: url('https://static.ticket.sz-trip.com/tongli/simsun.ttc'); //引入字体路径
12 months ago
font-weight: normal; //字体粗细
font-style: normal;//字体风格
}