@font-face {
    font-family: 'font2';
    src: url('/all/fonts/droid/droid.ttf') format('truetype');
}

html, body {
    font-family: 'font2';
}

.font2 {
    font-family: 'font2';
}
