/* add in custom CSS since android/ios system fonts rely on the font stack in a uiwebview on a real device */
/* when there is no specific font selected, iphone and android should display their respective fonts */
body.platform-android{
  font-family: "Roboto", "Segoe UI", sans-serif;
}
.ionic-body.platform-android{
  font-family: "Roboto", "Segoe UI", sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.tab-item,input,button,select,textarea {
  font-family: inherit;
}