You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/12/12 19:04:28 UTC

[royale-asjs] branch develop updated: Flex 4 used Arial

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new bfcce64  Flex 4 used Arial
bfcce64 is described below

commit bfcce64dfb392928642ad26720bef4854661e3fe
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Dec 12 11:04:10 2019 -0800

    Flex 4 used Arial
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 85b2412..e4335bc 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -31,7 +31,7 @@
 }
 
 * {
-	font-family:	Verdana;
+	font-family:	Arial;
 	font-size:		12px;
 
 }