@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?73881587');
    src: url('../fonts/fontello.eot?73881587#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?73881587') format('woff'),
    url('../fonts/fontello.ttf?73881587') format('truetype'),
    url('../fonts/fontello.svg?73881587#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: opensans;
    font-style: normal;
    src: url(../fonts/opensans_regular.ttf);
}
@font-face {
    font-family: opensans;
    font-style: italic;
    src: url(../fonts/opensans_semibold_italic.ttf);
}
@font-face {
    font-family: anisha;
    font-style: normal;
    src: url(../fonts/anisha.otf);
}
.font-select-1 {
    font-family: anisha, serif;
}
.font-select-2 {
    font-family: opensans, sans-serif;
}
.font-select-3 {
    font-family: opensans, sans-serif;
    font-style: italic;
}