﻿@font-face {
    font-family: 'lucida';
    src: url('lucida.eot');
    src: url('Lucida.eot') format('embedded-opentype')
         , url('lucida.ttf') format('truetype')
         , url('lucida.woff') format('woff')
         , url('lucida.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucidag';
    src: url('lucidaGrande.eot');
    src: url('lucidaGrande.eot') format('embedded-opentype')
         , url('lucidaGrande.ttf') format('truetype')
         , url('lucidaGrande.woff') format('woff')
         , url('lucidaGrande.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lucidag';
    src: url('lucidaGrandeBold.eot');
    src: url('lucidaGrandeBold.eot') format('embedded-opentype')
         , url('lucidaGrandeBold.ttf') format('truetype')
         , url('lucidaGrandeBold.woff') format('woff')
         , url('lucidaGrandeBold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

