All pastes #2083350 Raw Edit

Miscellany

public text v1 · immutable
#2083350 ·published 2011-09-27 21:56 UTC
rendered paste body
@font-face {
        font-family: 'MyFont';
        src: url('fonts/No-move.eot?') format('eot'),
             url('fonts/No-move.woff') format('woff'),
             url('fonts/No-move.ttf')  format('truetype'),
}


body{
font-family:'MyFont';   
}