自动完成不显示字体系列

时间:2015-10-13 09:49:59

标签: php ajax autocomplete jquery-autocomplete autosuggest

我已经调用了字体系列和字体,但是在下拉列表中没有显示Ajax自动完成内容。

我想要Exo2并像这样使用

font-family: 'MyWebFont', Arial, sans-serif;

@font-face{ 
 font-family: 'MyWebFont';
 src: url('Exo2.0-Regular-webfont.eot');
 src: url('Exo2.0-Regular-webfont.eot?iefix') format('eot'),
     url('Exo2.0-Regular-webfont.woff') format('woff'),
     url('Exo2.0-Regular-webfont.ttf') format('truetype'),
     url('Exo2.0-Regular-webfont.svg#webfont') format('svg');
}

页面内容已根据Exo2字体更改,但自动填充的下拉列表未更改。 当我找到字体查找器时,它显示

font-family (stack): Segoe UI

我已从整个项目中移除了Segoe UI,但无法在自动完成功能下拉中获取Exo2字体。

请提出任何建议。

0 个答案:

没有答案