@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
body{
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/200.woff) format('woff');
}
@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/300.woff) format('woff');
}
@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/400.woff) format('woff');
}
@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/500.woff) format('woff');
}
@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/600.woff) format('woff');
}
@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/700.woff) format('woff');
}
@font-face {
  font-family: 'San Francisco Text';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/800.woff) format('woff');
}

body{
  font-family: "San Francisco Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/