summaryrefslogtreecommitdiffstats
path: root/web-gui/hello-world/source/class/hello_world/theme/Font.js
blob: 957646d8884751cead3e65c4b2a4d7f11faf9dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************

   Copyright:

   License:

   Authors:

************************************************************************ */

qx.Theme.define("hello_world.theme.Font",
{
  extend : qx.theme.modern.Font,

  fonts :
  {
  }
});