@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('/fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html body *:not(i):not(h1):not(h2):not(h3):not(h4):not(h4):not(h6) {
    font-family: 'Roboto-Medium' !important;
}

h1, h2, h3, h4, h5, h6, .MilibrisReaderTitle, .MilibrisReaderIntertitle {
    font-family: 'RobotoSlab-Regular' !important;
}
  