roboto.csson commit Initial commit (cc35359)
   1/* roboto-regular - latin */
   2@font-face {
   3  font-family: 'Roboto';
   4  font-style: normal;
   5  font-weight: 400;
   6  src: local('Roboto'), local('Roboto-Regular'),
   7       url('./roboto-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
   8       url('./roboto-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   9}
  10/* roboto-700 - latin */
  11@font-face {
  12  font-family: 'Roboto';
  13  font-style: normal;
  14  font-weight: 700;
  15  src: local('Roboto Bold'), local('Roboto-Bold'),
  16       url('./roboto-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  17       url('./roboto-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  18}