尝试在不同的主机(somee.com、azure、localhost)上发布网站。站点在 asp.net mvc 4。
在 localhost 和 somee.com 上显示: https ://dl.dropboxusercontent.com/u/58930284/testing/font_local.png
在 Azure 网站:
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;
}