Embedded fonts do not apply to LinkButton??
Hi all!
When I set the embedded fonts via CSS, it does not seem to apply to
LinkButtons. System fonts work fine, just not embedded fonts.
@font-face {
src: url("POWDRFT.ttf");
font-family: PowderfingerType;
advancedAntiAliasing: true;
}
.myLinkButton {
font-family: "American Typewriter";
}
Can anyone point me in the right direction? Thanks for your help!
|