失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > html引用不了自定义字体 html5 – 自定义@ font-face不加载chrome(chrome自定义字体无法渲染)...

html引用不了自定义字体 html5 – 自定义@ font-face不加载chrome(chrome自定义字体无法渲染)...

时间:2021-03-29 02:46:18

相关推荐

html引用不了自定义字体 html5 – 自定义@ font-face不加载chrome(chrome自定义字体无法渲染)...

自定义@ font-face不加载chrome(chrome自定义字体无法渲染)使用CSS自定义字体

@font-face {

font-family:'gotham-rounded-medium';

src:url('fonts/gothumrounded_medium/gotham-rounded-medium.eot');

src:url('fonts/gothumrounded_medium/gotham-rounded-medium.eot?#iefix')format("embedded-opentype"),

url('fonts/gothumrounded_medium/gotham-rounded-medium.woff')format("woff"),

url('fonts/gothumrounded_medium/gotham-rounded-medium.ttf')format("truetype"),

url('fonts/gothumrounded_medium/gotham-rounded-medium.svg')format("svg");

font-weight:400;

font-style:normal

}

.custom_font{

font-family:'gotham-rounded-medium', arial, sans-serif;

}

仅在调整屏幕窗口大小时才会显示文本.

那么请问有什么可以解决这个问题吗?

如果觉得《html引用不了自定义字体 html5 – 自定义@ font-face不加载chrome(chrome自定义字体无法渲染)...》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。