Skip to content

Commit 412a30a

Browse files
committed
Path to font fixed.
1 parent 3f2de3c commit 412a30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvcExpressLogger/com/bit101/components/Component.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ package com.bit101.components
5050
// So if you are using the Flex 3.x sdk compiler, switch the embed statment below to expose the correct version.
5151

5252
// Flex 4.x sdk:
53-
[Embed(source="C:/Users/Deril/Dropbox/!workspace/mvcExpress-framework/mvcExpressLogger/assets/pf_ronda_seven.ttf", embedAsCFF="false", fontName="PF Ronda Seven", mimeType="application/x-font")]
53+
[Embed(source="/assets/pf_ronda_seven.ttf", embedAsCFF="false", fontName="PF Ronda Seven", mimeType="application/x-font")]
5454
// Flex 3.x sdk:
5555
// [Embed(source="/assets/pf_ronda_seven.ttf", fontName="PF Ronda Seven", mimeType="application/x-font")]
5656
protected var Ronda:Class;

0 commit comments

Comments
 (0)