Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Flex Mobile font looks bolder in Label...

$
0
0
<http://apache-flex-users.2333346.n4.nabble.com/file/n8961/toFat.jpg>

@font-face

src: url("../assets/fonts/arial.ttf");
fontFamily: StandardFontAsCFF;
fontWeight: normal;
embedAsCFF: true;

@font-face

src: url("../assets/fonts/arialbd.ttf");
fontFamily: StandardFontAsCFF;
fontWeight: bold;
embedAsCFF: true;

@font-face

src: url("../assets/fonts/arial.ttf");
fontFamily: StandardFont;
fontWeight: normal;
embedAsCFF: false;

@font-face

src: url("../assets/fonts/arialbd.ttf");
fontFamily: StandardFont;
fontWeight: bold;
embedAsCFF: false;

s|Label

fontFamily: "StandardFontAsCFF";
fontWeight: normal;
color: #848484;

/*The Style I used for the label...*/
.smallText

fontFamily: "StandardFontAsCFF";
fontLookup: embeddedCFF;
fontWeight: normal;
fontSize: 14px;

/*The Style I used for the ItemRenderer*/
itemRenderer|NewsItemRenderer

fontSize: 14px;

Is this normal???

Viewing all articles
Browse latest Browse all 5648

Trending Articles