CSS

2017-12-24  本文已影响4人  成江

Custom fonts

@font-face{
    font-family: myFont;
    src: url('qingdong.ttf');
}
h1{
    font-family: myFont;
}
上一篇 下一篇

猜你喜欢

热点阅读