summaryrefslogtreecommitdiffstats
path: root/data/themes/default/fonts.edc
blob: c89ece8c1ad4649da92e0f27b52aa895288535d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*fonts {
   font: "PT_Sans-Web-Regular.ttf" "PTSans";
   font: "PT_Sans-Web-Bold.ttf" "PTSans-Bold";
   font: "PT_Sans-Web-Italic.ttf" "PTSans-Italic";
   font: "PT_Sans-Web-BoldItalic.ttf" "PTSans-BoldItalic";
}

#define FN     "PTSans"
#define FNBD   "PTSans-Bold"
#define FNIT   "PTSans-Italic"
#define FNBDIT "PTSans-BoldItalic"
*/
#define FN     "6x9.pcf"
#define FNBD   "Sans:style=Bold"
#define FNIT   "Sans:style=Oblique"
#define FNBDIT "Sans:style=Bold Italic"

#define FN_COL_DEFAULT_BASIC 0 0 0 255
/* fonts.edc not sure if this one is neccesary */
#define FN_COL_DEFAULT 255 255 255 255;
#define FN_COL_FOCUSED 0 0 0 255;
#define FN_COL_HIGHLIGHT 0 0 0 255;
#define FN_COL_HIGHLIGHT_CLICKED 255 255 255 255;
#define FN_COL_HIGHLIGHT_DISABLE 0 0 0 255;
#define FN_COL_DISABLE 0 0 0 255;
#define FN_COL_TRANSPARENT 255 255 255 0;

#define FN_TAG_BR tag: "br" "\n";