Skip to content

Commit

Permalink
Replacing Myriad Pro with Source Sans Pro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Fujiwara committed Oct 10, 2013
1 parent f6ef187 commit 99c6b6c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions SWFWireDebugger/.actionScriptProperties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="false" copyDependentFiles="true" flex3CompatMode="false" flexSDK="Apache Flex 4.10.0 FP 11.9 AIR 3.9 en_US" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="false" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" removeUnusedRSL="true" sourceFolderPath="src/classes" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="true" useDebugRSLSwfs="true" useFlashSDK="false" verifyDigests="true" warn="true">
<compilerSourcePath>
<compilerSourcePathEntry kind="1" linkType="1" path="src/include"/>
<compilerSourcePathEntry kind="1" linkType="1" path="src/assets"/>
</compilerSourcePath>
<libraryPath defaultLinkType="0">
<libraryPathEntry kind="4" path="">
Expand Down
Binary file removed SWFWireDebugger/src/assets/MyriadPro-BoldCond.otf
Binary file not shown.
Binary file removed SWFWireDebugger/src/assets/MyriadPro-Light_0.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions SWFWireDebugger/src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ global
text-selected-color: #AAAAAA;
focus-color: #a4da0a;

font-family: MyriadBoldEmbedded;
font-family: EmbeddedRegular;
font-lookup: embeddedCFF;
font-size: 16px;
content-background-color: #383733;
}

@font-face
{
src: url('MyriadPro-Light_0.otf');
fontFamily: MyriadLightEmbedded;
src: url('SourceSansPro-Light.ttf');
fontFamily: EmbeddedLight;
embedAsCFF: false;
}

@font-face
{
src: url('MyriadPro-BoldCond.otf');
fontFamily: MyriadBoldEmbedded;
src: url('SourceSansPro-Regular.ttf');
fontFamily: EmbeddedRegular;
embedAsCFF: false;
}

Expand Down Expand Up @@ -98,7 +98,7 @@ ui|SearchInput .button

.bigText
{
font-family: MyriadLightEmbedded;
font-family: EmbeddedLight;
font-lookup: embeddedCFF;
font-size: 32px;
padding-top: 8px;
Expand Down
2 changes: 1 addition & 1 deletion SWFWireDebugger/src/classes/SWFWireDebugger.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
paddingRight="5" paddingBottom="5"
horizontalAlign="right"
currentState="waiting" backgroundColor="#222222">
<mx:Style source="../assets/style.css"/>
<mx:Style source="style.css"/>
<mx:Script>
<![CDATA[
import air.update.ApplicationUpdaterUI;
Expand Down
Binary file not shown.
Binary file removed SWFWireInspector/src/assets/myriad_pro.otf
Binary file not shown.
6 changes: 3 additions & 3 deletions SWFWireInspector/src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ global

@font-face
{
src: url('myriad_pro.otf');
fontFamily: MyriadEmbedded;
src: url('SourceSansPro-Light.ttf');
font-family: EmbeddedLight;
embedAsCFF: false;
}

Expand Down Expand Up @@ -60,7 +60,7 @@ mx|List
*/
.bigText
{
font-family: MyriadEmbedded;
font-family: EmbeddedLight;
font-lookup: embeddedCFF;
}

Expand Down
2 changes: 1 addition & 1 deletion SWFWireInspector/src/classes/SWFWireInspector.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
private var tagHexCache:Array;
private var parseStart:uint;
private var syntaxHighlighting:Boolean = true;
private function addMenuItem(name:String, separatorBefore:Boolean = false, selectCallback:Function = null):void
{
var item:ContextMenuItem = new ContextMenuItem(name, separatorBefore);
Expand Down

0 comments on commit 99c6b6c

Please sign in to comment.