Mega Code Archive
Categories
/
Flex
/
Graphics
Font face and font family
@font-face { src: url("a.ttf"); fontFamily: gothicCentury; } @font-face { src: url("a.ttf"); fontFamily: gothicCentury; fontWeight: bold; } global { fontFamily: gothicCentury; }