/*your custom css goes here*/ 


@font-face {
    font-family: 'Trebuchet MS';
    src: url(../fonts/trebuc.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Trebuchet MS', sans-serif !important; 
}
 