fix(static): Set monospaced fonts appropriately

I'm not web enough to make the `not`-selector thing work.
This commit is contained in:
Vincent Ambo 2018-05-21 23:16:49 +02:00 committed by Vincent Ambo
parent 92591142bd
commit fa32b9f700

View file

@ -1,5 +1,9 @@
* :not(.material-icons, code) {
font-family: 'Ubuntu', sans-serif !important;
* :not(.material-icons) {
font-family: 'Ubuntu', sans-serif;
}
code, pre, code * {
font-family: 'Ubuntu Mono', monospace !important;
}
.cvs-title, .thread-link {