This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/* 定义字体图标的字体文件 */
@font-face{
/* 定义字体家族名称为 'iconfont' */
font-family:'iconfont';
/* 指定字体文件路径,使用 eot 格式(IE6-IE8 支持) */
src:url('../fonts/iconfont.eot');
/* 指定其他格式的字体文件,分别为:eot、woff、truetype 和 svg,
这些格式针对不同的浏览器提供支持。 */
src:url('../fonts/iconfont.eot?#iefix')format('embedded-opentype'),/* IE Fix for eot 文件 */