CSS
2017-12-24 本文已影响4人
成江
Custom fonts
@font-face{
font-family: myFont;
src: url('qingdong.ttf');
}
h1{
font-family: myFont;
}
@font-face{
font-family: myFont;
src: url('qingdong.ttf');
}
h1{
font-family: myFont;
}