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

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

commit f0dac13208f38e52c2cf83365bdfeec511d7faeb
Author: Alex Harui <[email protected]>
AuthorDate: Tue Aug 7 21:50:50 2018 -0700

    tune up fonts to be more like Flex
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 1e189c4..af62244 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -25,6 +25,11 @@
        box-sizing: border-box;
 }
 
+* {
+       font-family:    Verdana;
+       font-size:              12px;
+}
+
 global {
     IStatesImpl:            
ClassReference("org.apache.royale.core.StatesWithTransitionsImpl");
        IEffectTimer:                   
ClassReference("org.apache.royale.utils.EffectTimer");
@@ -211,6 +216,10 @@ Panel .TitleBar
        background-color: #FFFFFF;
 }
 
+Basic|TitleBar
+{
+       font-weight: bold;
+}
 
 /* -------------------------------------------------------
 * SWF specific styles

Reply via email to