chrome font rendering

Out of context: Reply #7

  • Started
  • Last post
  • 7 Responses
  • rodzilla0

    this seemed to be a decent work around - placed this code into the custom CSS file for google under Library_application support_google_chrome_default_us... stylesheets_custom.css

    If you can't find your library application in mac os 10.6 or above go to "go" and press alt once you are there and your library will appear...

    @font-face { font-family: 'helvetica neue'; src: local('Arial'); }
    @font-face { font-family: 'helvetica neue'; font-weight:bold; src: local('Arial'); }
    @font-face { font-family: 'helvetica'; src: local('Arial'); }
    @font-face { font-family: 'helvetica'; font-weight:bold; src: local('Arial'); }

View thread