0

ASP.NET MVC4 アプリケーション CSS で大きな問題に直面しています。新しいフォントをロードするために、@charset "utf-8" を使用しています。/* 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;
}

ただし、フォントは変更されません。

4

1 に答える 1