@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Regular'), url('georgia.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold'), url('georgiab.woff') format('woff');
}

.georgia {
    font-family: 'Georgia Regular', sans-serif;
}
.georgiaBold {
    font-family: 'Georgia Bold', sans-serif;
}