fix(static): Set monospaced fonts appropriately
I'm not web enough to make the `not`-selector thing work.
This commit is contained in:
parent
92591142bd
commit
fa32b9f700
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
* :not(.material-icons, code) {
|
* :not(.material-icons) {
|
||||||
font-family: 'Ubuntu', sans-serif !important;
|
font-family: 'Ubuntu', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
code, pre, code * {
|
||||||
|
font-family: 'Ubuntu Mono', monospace !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cvs-title, .thread-link {
|
.cvs-title, .thread-link {
|
||||||
|
|
Loading…
Reference in a new issue