All pastes #2083356 Raw Edit

Miscellany

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

s