blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

GUI complains that font doesn't exist #46

Closed jengee closed 10 years ago

jengee commented 10 years ago

steps:

  1. load http://localhost:3123/
  2. check developer console Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3123/fonts/TradeGothicNextLTPro-Rg.otf

manually: http://localhost:3123/fonts/TradeGothicNextLTPro-Rg.otf Cannot GET /fonts/TradeGothicNextLTPro-Rg.otf

this is from: http://localhost:3123/css/base.css @font-face { font-family: bb; /src:url(../fonts/TradeGothicNextLTPro-Rg.otf);/ src:url(../fonts/TradeGothicNextLTPro-Rg.otf); }

screen shot 2014-02-04 at 1 33 37 pm

missingfont

bryanhiggins commented 10 years ago

The fonts cannot be included in this repo due to their license.

I have opened an internal issue to have them added to the WebWorks SDK.