I’m using webfonts via css and I’ve noticed that the font I chose BPreplay looks different on the web than on my localhost… like some of the letters aren’t properly shaped… why is this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve seen this same thing… I’ll make an assumption here, if I am wrong then let me know: You’re running Visual Studio…
Visual Studio doesn’t deploy a web app (by default) on your local host the same way that IIS does… By default it uses it’s own Development Server.
If you will right click on your web app project -> Web Tab -> Servers Section
In there you can tell your project to run in a local iis instance instead of the VS Development Server. If you’ll change your settings to this, you should get a consistent result between local and deployed. Again, I am speculating that you’re developing w/ VS, because I see this same thing w/ these circumstances.