@font-face {
font-family: font;/*给引入字体起的名字*/
src:url('你的字体路径.woff'),
url('你的字体路径.ttf'),
url('你的字体路径.eot'); /* IE9 */
}
html,body{
font-family: font;
}
转自:https://blog.youkuaiyun.com/qq_41869574/article/details/103407490
@font-face {
font-family: font;/*给引入字体起的名字*/
src:url('你的字体路径.woff'),
url('你的字体路径.ttf'),
url('你的字体路径.eot'); /* IE9 */
}
html,body{
font-family: font;
}
转自:https://blog.youkuaiyun.com/qq_41869574/article/details/103407490

被折叠的 条评论
为什么被折叠?