diff --git a/data/theme/Makefile.am b/data/theme/Makefile.am index 57ac1e9..b825168 100644 --- a/data/theme/Makefile.am +++ b/data/theme/Makefile.am @@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in EDJE_FLAGS = -v \ -id $(top_srcdir)/data/theme/images \ - -fd $(top_srcdir)/data/theme/fonts + -fd $(top_srcdir)/data/theme filesdir = $(datadir) files_DATA = e-module-news.edj @@ -23,8 +23,6 @@ module_item_programs.edc \ module_popw.edc \ module_popw_parts.edc \ module_popw_programs.edc \ -fonts/VeraBd.ttf \ -fonts/Vera.ttf \ images/feed_background_new.png \ images/feed_border.png \ images/icon_article_read.png \ diff --git a/data/theme/fonts/Vera.ttf b/data/theme/fonts/Vera.ttf deleted file mode 100644 index 58cd6b5..0000000 Binary files a/data/theme/fonts/Vera.ttf and /dev/null differ diff --git a/data/theme/fonts/VeraBd.ttf b/data/theme/fonts/VeraBd.ttf deleted file mode 100644 index 51d6111..0000000 Binary files a/data/theme/fonts/VeraBd.ttf and /dev/null differ diff --git a/data/theme/module.edc b/data/theme/module.edc index 7113e21..266820c 100644 --- a/data/theme/module.edc +++ b/data/theme/module.edc @@ -18,12 +18,6 @@ images image: "icon_setasread.png" COMP; } -fonts -{ - font: "Vera.ttf" "Vera"; - font: "VeraBd.ttf" "VeraBd"; -} - collections { /* Groups */ diff --git a/data/theme/module_feed_parts.edc b/data/theme/module_feed_parts.edc index 8759ea0..4ed1b68 100644 --- a/data/theme/module_feed_parts.edc +++ b/data/theme/module_feed_parts.edc @@ -129,7 +129,7 @@ part text { text: "o Ooo Ooo"; - font: "Vera"; + font: "Sans"; align: 0.0 0.5; fit: 0 1; } diff --git a/data/theme/module_feedone_parts.edc b/data/theme/module_feedone_parts.edc index 7ac65d8..ea2cfc6 100644 --- a/data/theme/module_feedone_parts.edc +++ b/data/theme/module_feedone_parts.edc @@ -128,7 +128,7 @@ part text { text: "o Ooo Ooo"; - font: "Vera"; + font: "Sans"; align: 0.0 0.5; fit: 0 1; } diff --git a/data/theme/module_popw_parts.edc b/data/theme/module_popw_parts.edc index c771578..e73ec67 100644 --- a/data/theme/module_popw_parts.edc +++ b/data/theme/module_popw_parts.edc @@ -96,7 +96,7 @@ part text { text: "Rss module"; - font: "Vera"; + font: "Sans"; size: 11; align: 0.5 0.0; } @@ -129,7 +129,7 @@ part text { text: "ooOoOo"; - font: "VeraBd"; + font: "Sans:style=Bold"; size: 11; min: 1 1; align: 0.5 0.0;