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

@font-face {
    font-family: 'meters';
    src: url('RobotoBlack.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Bold - metersBold */
@font-face {
    font-family: 'metersBold';
    src: url('RobotoBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Base page styling */
body {
    font-family: 'meters', 'Roboto', sans-serif;
}

/* Strong and bold text styling
strong, b {
    font-family: 'meters', 'Roboto', sans-serif;
    font-weight: bold;
}*/


em, i {
    font-family: 'meters', 'Roboto', sans-serif;
    font-style: italic;
}
