2

異なるホスティング (somee.com、azure、localhost) で Web サイトを投稿しようとしています。asp.net mvc 4 のサイト。

localhost と somee.com での表示: https://dl.dropboxusercontent.com/u/58930284/testing/font_local.png

Azure Web サイト:
https://dl.dropboxusercontent.com/u/58930284/testing/font_azure.png

CSS:

@font-face 
{
   font-family: 'Font name';
   src: url("fonts/Font name.eot");
   src: url("fonts/Font name.eot?#iefix") format("embedded-opentype"),
     url("fonts/Font name.woff") format("woff"),
     url("fonts/Font name.ttf") format("truetype"),
     url("fonts/Font name.svg") format("svg");
   font-weight: normal;
   font-style: normal;
}
4

1 に答える 1