Mega Code Archive
Categories
/
Flex
/
Graphics
Reuse the embedded font inside other style definitions
@font-face { src:url("a.ttf"); fontWeight: normal; fontFamily: localFont; } .coolStyle { fontFamily: localFont; fontWeight: normal; }