/* ************************************************************************ Copyright: License: Authors: ************************************************************************ */ qx.Theme.define("calculator.theme.Font", { extend : qx.theme.modern.Font, fonts : { "large" : { size : (qx.bom.client.System.WINVISTA || qx.bom.client.System.WIN7) ? 25 : 23, lineHeight : 1.4, family : qx.bom.client.Platform.MAC ? [ "Lucida Grande" ] : (qx.bom.client.System.WINVISTA || qx.bom.client.System.WIN7) ? [ "Segoe UI", "Candara" ] : [ "Tahoma", "Liberation Sans", "Arial", "sans-serif" ] } } });