@font-face {    
    font-family: 'LiberationSans';   
    src: url('LiberationSans-Regular.ttf');   
    font-weight: 400;   
    font-style: normal;
}
@font-face {    
    font-family: 'LiberationSans';   
    src: url('LiberationSans-Bold.ttf');   
    font-weight: 700;   
    font-style: normal;
}