summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source/class/hello_world/theme/Font.js
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-02 12:43:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-02 18:24:53 +0200
commit52b669d1c4654a9e2f5a45f62cea5a2fe79ea83a (patch)
tree58a00ac2c837bd4cd8711290b699ff3e713c9b9e /web-gui/hello-world/source/class/hello_world/theme/Font.js
parent3f065cee2177340e877331a6b08b5a1d92e0f19d (diff)
downloadjson-dbus-bridge-examples-52b669d1c4654a9e2f5a45f62cea5a2fe79ea83a.tar.gz
json-dbus-bridge-examples-52b669d1c4654a9e2f5a45f62cea5a2fe79ea83a.tar.xz
[web-gui] qooxdoo hello world demo
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'web-gui/hello-world/source/class/hello_world/theme/Font.js')
-rw-r--r--web-gui/hello-world/source/class/hello_world/theme/Font.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/web-gui/hello-world/source/class/hello_world/theme/Font.js b/web-gui/hello-world/source/class/hello_world/theme/Font.js
new file mode 100644
index 0000000..957646d
--- /dev/null
+++ b/web-gui/hello-world/source/class/hello_world/theme/Font.js
@@ -0,0 +1,18 @@
+/* ************************************************************************
+
+ Copyright:
+
+ License:
+
+ Authors:
+
+************************************************************************ */
+
+qx.Theme.define("hello_world.theme.Font",
+{
+ extend : qx.theme.modern.Font,
+
+ fonts :
+ {
+ }
+}); \ No newline at end of file