@font-face { 
    font-family: 'GeneralFont';
    src:  url('fonts/georgia-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldFont';
    src:  url('fonts/georgia-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'ItalicFont';
    src:  url('fonts/georgia-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'BoldItalicFont';
    src:  url('fonts/georgia-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleFont';
    src:  url('fonts/georgia-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleItalicFont';
    src:  url('fonts/georgia-regularitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleMediumFont';
    src:  url('fonts/georgia-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleMediumItalicFont';
    src:  url('fonts/georgia-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleBoldFont';
    src:  url('fonts/georgia-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'TitleBoldItalicFont';
    src:  url('fonts/georgia-bolditalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}