diff --git a/legacy/emotion/data/Makefile.am b/legacy/emotion/data/Makefile.am index 51215189bb..78bea68546 100644 --- a/legacy/emotion/data/Makefile.am +++ b/legacy/emotion/data/Makefile.am @@ -31,7 +31,6 @@ video_frame_right.png \ video_frame_top.png \ whb.png \ window_inner_shadow.png \ -Vera.ttf \ theme.edc theme.edj: Makefile diff --git a/legacy/emotion/data/Vera.ttf b/legacy/emotion/data/Vera.ttf deleted file mode 100644 index 58cd6b5e61..0000000000 Binary files a/legacy/emotion/data/Vera.ttf and /dev/null differ diff --git a/legacy/emotion/data/theme.edc b/legacy/emotion/data/theme.edc index a3c28a0db9..2eb4f1d5a0 100644 --- a/legacy/emotion/data/theme.edc +++ b/legacy/emotion/data/theme.edc @@ -28,10 +28,6 @@ images { image: "pnl.png" COMP; } -fonts { - font: "Vera.ttf" "Vera"; -} - collections { group { name: "background"; @@ -613,7 +609,7 @@ collections { color2: 0 0 0 255; text { text: "Video Progress"; - font: "Vera"; + font: "Sans"; size: 6; align: 0.0 1.0; }; @@ -869,7 +865,7 @@ collections { color: 0 0 0 255; text { text: "Video Speed"; - font: "Vera"; + font: "Sans"; size: 6; align: 1.0 0.5; }; @@ -1116,7 +1112,7 @@ collections { color2: 0 0 0 255; text { text: "XX:XX:XX / XX:XX:XX"; - font: "Vera"; + font: "Sans"; size: 10; align: 1.0 1.0; min: 1 1;