You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/03/18 07:22:32 UTC

[8/8] git commit: [flex-flexunit] [refs/heads/release4.2.0] - remove fonts due to licensing concerns

remove fonts due to licensing concerns


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/79119ae1
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/79119ae1
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/79119ae1

Branch: refs/heads/release4.2.0
Commit: 79119ae174cab18c7f18f63dd574a2f5191939c9
Parents: 2deb264
Author: Justin Mclean <jm...@apache.org>
Authored: Tue Mar 18 17:16:24 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue Mar 18 17:16:24 2014 +1100

----------------------------------------------------------------------
 .../src/org/flexunit/flexui/TestRunnerBase.mxml | 24 +-------------------
 1 file changed, 1 insertion(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/79119ae1/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
----------------------------------------------------------------------
diff --git a/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml b/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
index 45927fd..bb58662 100644
--- a/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
+++ b/FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml
@@ -36,23 +36,6 @@
       [Event( name="testsComplete", type="org.flexunit.flexui.event.TestsCompleteEvent")]
    </mx:Metadata>
 	<mx:Style>
-		@font-face {
-			font-family: "Myriad Pro SemiCond";
-			src: url("/fonts/fonts.swf");
-		}
-		
-		/* Font for anything else */
-		@font-face {
-			font-family: "Myriad Pro";
-			src: url("/fonts/fonts.swf");
-		}
-		
-		@font-face {
-			font-family: "Myriad Pro";
-			font-weight: bold;
-			src: url("/fonts/fonts.swf");
-		}
-		
 		/* Class-selectors are the only way to apply styles to components */
 		.flexUnitApplication {
 			backgroundColor: #3872b2;
@@ -60,7 +43,6 @@
 			backgroundGradientAlphas: 1, 1;
 			themeColor: #ffffff;
 			color: #444444;
-			fontFamily: "Myriad Pro";
 			fontSize: 12;
 			verticalScrollBarStyleName: flexUnitScrollBar;
 			horizontalScrollBarStyleName: flexUnitScrollBar;
@@ -69,7 +51,6 @@
 		}
 		
 		.myToolTip {
-			fontFamily: "Myriad Pro";
 			background-color: #3872b2;
 			leading: 5;
 		}
@@ -172,13 +153,11 @@
 		}
 		
 		.panelTitleStyle {
-			fontFamily: "Myriad Pro SemiCond";
 			fontSize: 24;
 			textIndent: 20;
 		}
 		
 		.panelTitleSubStyle {
-			fontFamily: "Myriad Pro SemiCond";
 			fontSize: 16;
 		}
 		
@@ -189,7 +168,6 @@
 		}
 		
 		.h1 {
-			fontFamily: "Myriad Pro SemiCond";
 			fontSize: 18;
 		}
 		
@@ -573,4 +551,4 @@
    
    </mx:HDividedBox>
 			  
-</mx:Panel>
\ No newline at end of file
+</mx:Panel>