All pastes #2083353 Raw Edit

Miscellany

public text v1 · immutable
#2083353 ·published 2011-09-27 22:20 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';   
}