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
230 B
6 lines
230 B
12 months ago
|
@font-face {
|
||
|
font-family:"MyFont"; //自定义字体名称
|
||
|
src: url('https://static.ticket.sz-trip.com/tongli/font.ttf'); //引入字体路径
|
||
|
font-weight: normal; //字体粗细
|
||
|
font-style: normal;//字体风格
|
||
|
}
|