CSS3 font face

Using CSS3 font-face to add custom fonts

<style>
@font-face{
font-family: 'YanoneKaffeesatz';
src: url('YanoneKaffeesatz-Bold.otf') format('opentype');
}
#box1 {
font-family: 'YanoneKaffeesatz', Helvetica, sans-serif;
font-size:50px;
}
</style>
<div id='box1'>Using CSS3 font-face</div>

view demo

Related Posts

Google Fonts API, Type Tester - Compare fonts for the screen, Font family