Font fix

by Shankar

CSS

/* 


* {
    font-family: 'Roboto';
    font-weight: 100;
}

.roboto {
    font-family: "Roboto";
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto'), local('Roboto'), url('Roboto-Thin.ttf')  format('truetype');
}


*/