diff --git a/Makefile.am b/Makefile.am index 2baa67f..b20bbaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,6 @@ files_DATA = module.desktop \ EXTRA_DIST = $(files_DATA) \ net.edc \ - fonts/Vera.ttf \ - fonts/VeraBd.ttf \ images/module_icon.png \ images/bd.png \ images/device.png \ 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/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/net.edc b/net.edc index d9e80dd..a506712 100644 --- a/net.edc +++ b/net.edc @@ -7,12 +7,6 @@ images image: "bd.png" COMP; } -fonts -{ - font: "Vera.ttf" "Vera"; - font: "VeraBd.ttf" "VeraBold"; -} - collections { group @@ -112,7 +106,7 @@ collections text { text: "Rx:"; - font: "VeraBold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.5; @@ -157,7 +151,7 @@ collections text { text: "Tx:"; - font: "VeraBold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.5; @@ -295,7 +289,7 @@ collections text { text: ""; - font: "VeraBold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.5 0.0; @@ -358,7 +352,7 @@ collections text { text: "Rx:"; - font: "VeraBold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.0 0.5; @@ -395,7 +389,7 @@ collections text { text: "Tx:"; - font: "VeraBold"; + font: "Sans:style=Bold"; size: 10; min: 1 1; align: 0.0 0.5;