/* 
    Document   : fonts
    Created on : 12-jun-2013, 16:51:40
    Author     : Victor
    Description:
    Purpose of the stylesheet follows.
*/

@font-face {
    font-family: 'GeorgiaRegular';
    src: url('fonts/georgia.eot');
    src: url('fonts/georgia.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia.woff') format('woff'),
         url('fonts/georgia.ttf') format('truetype'),
         url('fonts/georgia.svg#GeorgiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CalibriRegular';
    src: url('fonts/calibri.eot');
    src: url('fonts/calibri.eot') format('embedded-opentype'),
         url('fonts/calibri.woff') format('woff'),
         url('fonts/calibri.ttf') format('truetype'),
         url('fonts/calibri.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

