summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source/class/hello_world/theme/Font.js
diff options
context:
space:
mode:
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