snippets / mako / 

All mako's snippets (1)

  1. Embedded Fonts in Modules

    how to use embedded fonts in modules and late-load the embedded font.

     1 /* save TrueType font file as ./Arial.ttf */
    2
    3 @font-face {
    4 src:url("./Arial.ttf");
    5 font-family: myFont;
    6 }
    7
    8 Application
    9 {
    10 font-family: myFont;
    11 font-size: 10px;
    12 }
    first posted by mako to css actionscript flex ... saved by 1 person ... 0 comments ... 11 months
showing 10, 25, 50 items per pages

Pages : 1