I have downloaded and installed a font in my system, then i used this font in my project, its worked fine in local system, but when i upload this page to server its not work
You can use / for getting relative paths.
/
@font-face { font-family: Font-Name; src: url(/content/font/Font-Name.ttf ); /* IE */ src: local("B Yekan"), url(/Content/fonts/Font-Name.ttf format("truetype"); /* non-IE */ font-style: normal; font-weight: 100; }