@font-face{

    font-family:'Roboto-Light';
    src: url("fonts/Roboto-Light.ttf"); 
}

font {
    text-shadow:0 0 0;
    -moz-user-select: none; 
    -webkit-user-select: none; 
   font-family: "Roboto-Light" !important;
}
html  {
    font-family: "Roboto-Light";
}
