0
我在我的ASP.NEt MVC4應用程序中面臨一個大問題CSS 對於加載新字體我使用的是 @charset「utf-8」; /* CSS文件*/ASP.NET中的CSS字體
@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;
}
但字體不會改變。
是你的路徑是否正確? –