css - 字体(Wisdom Script)渲染问题

标签 css font-face

元素链接:

http://50.87.144.37/~projtest/team/design/AHG/brochure/1/demo.html

CSS:

@font-face {
    font-family: 'Conv_Wisdom Script AJ';
    src: url('fonts/Wisdom Script AJ.eot');
    src: local('☺'), 
         url('fonts/Wisdom Script AJ.svg') format('svg'), 
         url('fonts/Wisdom Script AJ.ttf') format('truetype'), 
         url('fonts/Wisdom Script AJ.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

字体名称是“Wisdom Script”。下降器正在被切割。我已经尝试了所有的解决方案,我似乎无法弄清楚这里的问题。

字体显示如下:

enter image description here

最佳答案

试试这个

font-family: 'LatoRegular';
    src: url('../fonts/Lato-Reg-webfont.eot');
    src: url('../fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Reg-webfont.woff') format('woff'),
         url('../fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Reg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

关于css - 字体(Wisdom Script)渲染问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24509228/

相关文章:

css - 下载字体文件以防网站离线

html - 通过内联 CSS 加载外部字体

css - Chrome 没有完全渲染 css

css - 使用 bootstrap 设置错误消息的样式

javascript - 在所有图像准备好显示后显示网站

html - Ie8 不将嵌入字体渲染到动态 div

performance - @font-face 嵌入式字体总是最后下载的东西吗?

html - 登录表单太大

javascript - 使用相同的类名命名整个列

html - 带分区的垂直 div