@font-face {
    font-family: 'Arial';
    src: url('arial.ttf') format('truetype'),
}

@font-face {
    font-family: 'Arial';
    font-weight: bold;
    src: url('arialbd.ttf') format('truetype'),
}

@font-face {
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
    src: url('arialbi.ttf') format('truetype'),
}

@font-face {
    font-family: 'Arial';
    font-style: italic;
    src: url('ariali.ttf') format('truetype'),
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light-webfont.eot?') format('eot'),
    url('OpenSans-Light-webfont.woff') format('woff'),
    url('OpenSans-Light-webfont.ttf') format('truetype'),
    url('OpenSans-Light-webfont.svg#Open Sans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular-webfont.eot?') format('eot'),
    url('OpenSans-Regular-webfont.woff') format('woff'),
    url('OpenSans-Regular-webfont.ttf') format('truetype'),
    url('OpenSans-Regular-webfont.svg#Open Sans') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Semibold-webfont.eot?') format('eot'),
    url('OpenSans-Semibold-webfont.woff') format('woff'),
    url('OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('OpenSans-Semibold-webfont.svg#Open Sans') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold-webfont.eot?') format('eot'),
    url('OpenSans-Bold-webfont.woff') format('woff'),
    url('OpenSans-Bold-webfont.ttf') format('truetype'),
    url('OpenSans-Bold-webfont.svg#Open Sans') format('svg');
    font-weight: 700;
    font-style: normal;
}