@font-face {
    font-family: 'Conv_Laurentian Std Regular';
    src: url('/fonts/Laurentian Std Regular.eot');
    src: url('/fonts/Laurentian Std Regular.woff') format('woff'), 
    url('/fonts/Laurentian Std Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/opensans-bold.eot'),
         url('/fonts/opensans-bold.woff2') format('woff2'),
         url('/fonts/opensans-bold.woff') format('woff'),
         url('/fonts/opensans-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans-regular.eot'),
         url('/fonts/opensans-regular.woff2') format('woff2'),
         url('/fonts/opensans-regular.woff') format('woff'),
         url('/fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}