@CHARSET "ISO-8859-1";

@font-face
{
    font-family: swiss;
    src: url('Swiss 721.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: swiss;
    src: url('Swiss 721 Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family: swiss;
    src: url('Swiss 721 Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face
{
    font-family: swiss;
    src: url('Swiss 721 Bold Italic.ttf');
    font-weight: bold;
    font-style: italic;
}
