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

  fonts :
  {
  }
});