我在ASP.NEt MVC4应用程序CSS中面临一个大问题 用于加载我正在使用的新字体 @charset“utf-8”; / * CSS Document * /
@font-face {
font-family: 'RobotoBoldItalic';
src: url("../../../Content/KarmaLoopMobileContent/font/Roboto-BoldItalic-webfont.eot");
src: url("../../../Content/KarmaLoopMobileContent/font/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../../Content/KarmaLoopMobileContent/font/Roboto-BoldItalic-webfont.woff") format("woff"), url("../../../Content/KarmaLoopMobileContent/font/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("../../../Content/KarmaLoopMobileContent/font/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic") format("svg");
font-weight: normal;
font-style: normal;
}
但字体不会改变。
答案 0 :(得分:0)
查看firebug / dev工具,查看页面加载是否有任何错误。