body {
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.hyphens-none {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}
.hyphens-manual {
-ms-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}
body .roboto-mono,
body .ubermenu-item {
font-family: 'roboto-mono', ui-monospace, 'Roboto Mono',
Menlo, Consolas, monospace !important;
}