this is my stylesheet for web font\[code\]@font-face {font-family: 'bebas_neueregular';src: url('bebasneue-webfont.eot');src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('bebasneue-webfont.woff') format('woff'), url('bebasneue-webfont.ttf') format('truetype'), url('bebasneue-webfont.svg#bebas_neueregular') format('svg');font-weight: normal;font-style: normal;}\[/code\]and me use that font like this\[code\].men_tp{ color: #d1d3d5; float: left; font-family:"bebas_neueregular",Arial; font-size:22px; }\[/code\]its working fine in my machine because i have those fonts but that font not applying for other hosts even i placed those font src in same area were i placed that CSS file.Help me Guys.