diff --git a/Makefile.am b/Makefile.am index 86049ae..d026cd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = images EDJE_FLAGS = -v \ -id $(top_srcdir)/images \ --fd $(top_srcdir)/fonts +-fd $(top_srcdir) # data files for the module filesdir = $(datadir) @@ -16,9 +16,7 @@ forecasts.edj EXTRA_DIST = $(files_DATA) \ e_modules-forecasts.spec \ - forecasts.edc \ - fonts/VeraBd.ttf \ - fonts/vera.ttf + forecasts.edc # the module .so file INCLUDES = -I. \ diff --git a/fonts/VeraBd.ttf b/fonts/VeraBd.ttf deleted file mode 100644 index 51d6111..0000000 Binary files a/fonts/VeraBd.ttf and /dev/null differ diff --git a/fonts/vera.ttf b/fonts/vera.ttf deleted file mode 100644 index 58cd6b5..0000000 Binary files a/fonts/vera.ttf and /dev/null differ diff --git a/forecasts.edc b/forecasts.edc index 0acce2c..75f536f 100644 --- a/forecasts.edc +++ b/forecasts.edc @@ -1,8 +1,3 @@ -fonts { - font: "vera.ttf" "Vera"; - font: "VeraBd.ttf" "Vera Bold"; -} - #define ORIENT_TARGETS \ target: "day0"; \ target: "day1"; \ @@ -124,7 +119,7 @@ collections { color_class: "module_label"; text { text: "Temperature"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.0 0.1; @@ -168,7 +163,7 @@ collections { color_class: "module_label"; text { text: "Description"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; fit: 1 1; align: 0.5 0.5; @@ -218,7 +213,7 @@ collections { color_class: "module_label"; text { text: "Location"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.0 0.0; @@ -295,7 +290,7 @@ collections { color_class: "module_label"; text { text: "Date0"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.0; @@ -334,7 +329,7 @@ collections { color_class: "module_label"; text { text: "Description0"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.0; @@ -371,7 +366,7 @@ collections { color_class: "module_label"; text { text: "Low0"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 9; min: 1 1; align: 0.0 0.0; @@ -407,7 +402,7 @@ collections { color_class: "module_label"; text { text: "High0"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 9; min: 1 1; align: 1.0 0.0; @@ -485,7 +480,7 @@ collections { color_class: "module_label"; text { text: "Date1"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.0; @@ -524,7 +519,7 @@ collections { color_class: "module_label"; text { text: "Description1"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.0; @@ -561,7 +556,7 @@ collections { color_class: "module_label"; text { text: "Low1"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 9; min: 1 1; align: 0.0 0.0; @@ -597,7 +592,7 @@ collections { color_class: "module_label"; text { text: "High1"; - font: "Vera Bold"; + font: "Sans:style=Bold"; size: 9; min: 1 1; align: 1.0 0.0;