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

  fonts :
  {
  }
});