I am at a complete loss now…..
I’ve been trying to embed this font into my Flex Mobile App:
http://www.font-zone.com/download.php?fid=111
But it won’t show up for some reason, it just reverts to the default….I’ve had the same problem with all custom fonts I’ve tried but one:
http://www.fonts101.com/fonts/view/Uncategorized/28299/Slider
Here is the code I am using:
global
{
font-family: bank-gothic-medium-bt;
}
@font-face
{
fontFamily: bank-gothic-medium-bt;
src: url("D:\Users\Oisin\Pictures\MW3 Builder\bank-gothic-medium-bt.ttf");
embedAsCFF: true;
}
I’ve tried multiple fonts, and fonts with single names (thought that might be the problem) but still nothing.
Any help would be much appreciated.
Thanks!
Aha! Got it….
For anyone else having this extremely ridiculous problem…
Buttons by default use bold fonts, and even though I tried specifying the fontWeight(font-weight) to normal it wasn’t working.
Now I can actually get started on the app…..phew!
Thanks for all your answers guys!