From 47efa8dabe5f3ca6609ff43a622a5f8fcd6311ec Mon Sep 17 00:00:00 2001 From: Paul Wisbey Date: Thu, 19 Mar 2015 14:22:01 +0000 Subject: [PATCH] Picked some defaults for dali-demo on Ubuntu Change-Id: If0162644da55505e4069af65cbf6f5d926f27c30 --- dali-toolkit/styles/tizen-dark-theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dali-toolkit/styles/tizen-dark-theme.json b/dali-toolkit/styles/tizen-dark-theme.json index 6993797..f850715 100644 --- a/dali-toolkit/styles/tizen-dark-theme.json +++ b/dali-toolkit/styles/tizen-dark-theme.json @@ -33,15 +33,15 @@ distributing this software or its derivatives. { "textlabel": { - "font-family":"UbuntuMono", + "font-family":"HelveticaNeue", "font-style":"Regular", - "point-size":13 + "point-size":18 }, "textfield": { - "font-family":"UbuntuMono", + "font-family":"HelveticaNeue", "font-style":"Regular", - "point-size":13 + "point-size":18 }, "scrollview": { -- 2.7.4