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

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