@font-face {
    font-family: 'Roboto Mono';
    src: url('roboto-mono/roboto-mono.ttf') format('ttf'),
         url('roboto-mono/roboto-mono.woff') format('woff'),
         url('roboto-mono/roboto-mono.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.urvanov-syntax-highlighter-font-roboto-mono * {
    font-family: 'Roboto Mono', monospace;
}