Mega Code Archive
Categories
/
Flex
/
Components
Use @font-face to style Button
@font-face { src:url("a.ttf"); fontFamily: myCFFFont; embedAsCFF: true; } .myCFFStyle { fontSize: 32; fontFamily: myCFFFont; }