Thanks for finding this D!! I had the font installed on my Windows 7 machine
so i was seeing it even though it wasn't loading the fonts. 

My example and my code should be fixed now. I had to change up the
architecture a tiny bit due to the fonts not loading using a WebFont entry
in the Font.js file:
http://qooxdoo.678.n2.nabble.com/Icon-Webfont-disables-every-webfont-td7586259.html

The fix is still a clean way of using font icons in qx.Desktop. I added a
"add-css" job to my project's config.json file:

 "common" :
    {
      "add-css" :
          [
                {
                        "uri" : "resource/sqv/css/font-awesome.min.css"
                }
          ]
    }

The css file now loads the source font files. I uploaded the
font-awesome.min.css file to github. It only has the top @font-face to load
all the source files



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/FontAwesome-font-icons-for-qx-Desktop-tp7587151p7587158.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to