Azureはじめました

Windows Azureで業務システムを組んでみる日記

2014-03-24から1日間の記事一覧

BootstrapのGlyphIconを使うとwoffファイルで404がモリモリ出る話

In my case I was getting a 404 for glyphicons-halflings-regular.woff, and non visible glyphicons on mobile browsers.I finally fixed it adding the MIME type on IIS: .woff application/x-woff Edit: Looks like there is some confusion about the…

BootstrapのGlyphIconを使うとリモートでアイコンが出ないという話

MVCでNuGet使ってBootstrapインストールするとこんな感じにCSSとフォントが配置される。んで、CSSのロードをBundleConfigあたりでこんな感じに private static void RegisterStyleBundles(BundleCollection bundles) { bundles.Add(new StyleBundle("~/css")…