Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Helvetica Neue browser issue?
#1
I had to install the font for a project, and upon doing so, it messed up the font in my browser, and at times makes it hard to read:
[Image: 7Awde.png]

Upon Googling the issue, I've found this solution:

To fix Helvetica Neue in Firefox:
Browse to C:\Users\YOURUSERNAME\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome

In this folder, edit userContent.css (or create it in notepad if it doesn't exist) and add these two lines:
@font-face { font-family: 'helvetica neue'; src: local('Arial'); }
@font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Arial'); }

You will need to close firefox and reopen it to see the change.

But I don't even have a chrome folder in my Firefox profile?
Any help/suggestions would be appreciated.
Reply
#2
it could be a hidden folder, like the appdata one, if not, you could try making the folder yourself and adding all that.
Reply
#3
ShinkuDragon Wrote:it could be a hidden folder, like the appdata one, if not, you could try making the folder yourself and adding all that.

It wasn't in any hidden folder, so I did what you said and it worked. Thank you Shinku!

._. what a weird glitch haha.
Reply


Forum Jump:


Users browsing this thread: