I want to use the Bookman Old Style website. How do I accomplish this?
1 answer
@font-face { font-family: 'MyUnderwoodRegular'; src: url('MyUnderwood-webfont.eot'); src: local('☺'), url('MyUnderwood-webfont.woff') format('woff'), url('MyUnderwood-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; }
You can then use the font MyUnderwoodRegular
For example:
p { font: 60px/68px 'MyUnderwoodRegular', Arial, sans-serif }
|