摘要: // css: @font-face { font-family: MyFontName; // 自定义字体名称 src: url(../xxx.ttf) } // 引用 .text { font-family:MyFontName; } // css: @font-face { font-fami 阅读全文
posted @ 2024-02-24 23:22 Josen_Earth 阅读(67) 评论(0) 推荐(0)