Skip to content

Instantly share code, notes, and snippets.

View braindeaf's full-sized avatar
🏠
Working from home

RobL braindeaf

🏠
Working from home
View GitHub Profile
@braindeaf
braindeaf / style.mxml
Created January 22, 2009 13:27
Embedding a font in Flex
<mx:Style>
@font-face {
font-family: Copacetix;
src: url("assets/copacetix.ttf");
unicode-range:
U+0020-U+0040, /* Punctuation, Numbers */
U+0041-U+005A, /* Upper-Case A-Z */
U+005B-U+0060, /* Punctuation and Symbols */
U+0061-U+007A, /* Lower-Case a-z */