/** * @file * @copyright 2020 Aleksej Komarov * @license MIT */ export const SETTINGS_TABS = [ { id: 'general', name: 'General', }, { id: 'chatPage', name: 'Chat Tabs', }, ]; export const FONTS_DISABLED = "Default"; export const FONTS = [ FONTS_DISABLED, 'Verdana', 'Arial', 'Arial Black', 'Comic Sans MS', 'Impact', 'Lucida Sans Unicode', 'Tahoma', 'Trebuchet MS', 'Courier New', 'Lucida Console', ];