summaryrefslogtreecommitdiffstats
path: root/web-gui/plot/source/class/plot/theme/Font.js
blob: e990ed68c9941478e5e1bed2a4e14f733f5c7f1b (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("plot.theme.Font",
{
  extend : qx.theme.modern.Font,

  fonts :
  {
  }
});