live_edit: use font macro.

This commit is contained in:
ChunEon Park 2014-08-29 00:27:20 +09:00
parent b9778cbe7b
commit 993073faca
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ group { name: "TEXT_bg";
color: 255 255 255 255; color: 255 255 255 255;
text { text {
size: 10; size: 10;
font: "Sans"; font: FN;
text: "TEXT"; text: "TEXT";
} }
} }
@ -43,7 +43,7 @@ group { name: "TEXTBLOCK_bg";
color: 255 255 255 255; color: 255 255 255 255;
text { text {
size: 10; size: 10;
font: "Sans"; font: FN;
text: "TEXTBLOCK"; text: "TEXTBLOCK";
} }
} }