File indexing completed on 2025-02-23 04:08:11
0001 /* This file is part of the KDE project 0002 * SPDX-FileCopyrightText: 2014 Arjen Hiemstra <ahiemstra@heimr.nl> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 var values = { 0008 application: { 0009 family: "Source Sans Pro", 0010 style: "Regular", 0011 size: 1, 0012 }, 0013 small: { 0014 family: "Source Sans Pro", 0015 style: "Light", 0016 size: 0.75, 0017 }, 0018 pageHeader: { 0019 family: "Source Sans Pro", 0020 style: "Bold", 0021 size: 2, 0022 }, 0023 title: { 0024 family: "Source Sans Pro", 0025 style: "Regular", 0026 size: 1.75, 0027 }, 0028 panelHandle: { 0029 family: "Source Sans Pro", 0030 style: "Regular", 0031 size: 1.25, 0032 }, 0033 panelHeader: { 0034 family: "Source Sans Pro", 0035 style: "Regular", 0036 size: 1.5, 0037 }, 0038 panelSection: { 0039 family: "Source Sans Pro", 0040 style: "Regular", 0041 size: 1.25, 0042 }, 0043 0044 }