@font-face {
    font-family: thesis;
    src: url(thesis/light.otf);
    font-weight: 400;
}

@font-face {
    font-family: thesis;
    src: url(thesis/regular.otf);
    font-weight: 500;
}

@font-face {
    font-family: thesis;
    src: url(thesis/bold.otf);
    font-weight: 700;
}