@font-face {
    font-family: 'Arial';
    src: url('fonts/arial-webfont.woff') format('woff'),
         url('fonts/arial-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Arial';
    scr: url('fonts/arial-bold-webfont.woff') format('woff'),
         url('fonts/arial-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}