Fix for https://issues.apache.org/jira/browse/FLEX-34806
Don't set global fontFamily to RobotoRegular since that causes embedCFF related 
warnings.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/086fb4f1
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/086fb4f1
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/086fb4f1

Branch: refs/heads/develop
Commit: 086fb4f150888828abdb30bea141fd183fe345c2
Parents: c201969
Author: OmPrakash Muppirala <bigosma...@gmail.com>
Authored: Wed Mar 18 15:01:17 2015 -0700
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Fri Mar 20 09:46:54 2015 +0100

----------------------------------------------------------------------
 frameworks/projects/mobiletheme/defaults.css | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/086fb4f1/frameworks/projects/mobiletheme/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/defaults.css 
b/frameworks/projects/mobiletheme/defaults.css
index da729aa..febd053 100644
--- a/frameworks/projects/mobiletheme/defaults.css
+++ b/frameworks/projects/mobiletheme/defaults.css
@@ -947,7 +947,6 @@ global
 
        global
        {
-               fontFamily: RobotoRegular;
                fontWeight: "normal";
                fontSize: 24;
                color: #000000;
@@ -1489,7 +1488,6 @@ application-dpi=240.
        global
        {
                primaryAccentColor: #33B5E5;
-               fontFamily: RobotoRegular;
                fontWeight: "normal";
                fontSize: 24;
                color: #000000;

Reply via email to