![]() |
|
Helvetica Neue browser issue? - Printable Version +- Southperry.net (https://www.southperry.net) +-- Forum: Maplers Helping Maplers (https://www.southperry.net/forumdisplay.php?fid=9) +--- Forum: Technical Help (https://www.southperry.net/forumdisplay.php?fid=84) +--- Thread: Helvetica Neue browser issue? (/showthread.php?tid=70293) |
Helvetica Neue browser issue? - icephoenix21 - 2014-03-18 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: ![]() 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. Helvetica Neue browser issue? - ShinkuDragon - 2014-03-18 it could be a hidden folder, like the appdata one, if not, you could try making the folder yourself and adding all that. Helvetica Neue browser issue? - icephoenix21 - 2014-03-18 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. |