fix(UI): Fixed font-family order for code and value elements

This commit is contained in:
2024-07-01 11:57:51 +02:00
parent 2148959c35
commit 1a8562dc6f
4 changed files with 9 additions and 3 deletions

View File

@ -142,7 +142,7 @@ export class DeesDataviewCodebox extends DeesElement {
.lineNumbers {
line-height: 1.4em;
font-weight: 400;
font-family: 'Geist Mono', 'Intel One Mono', 'monospace';
font-family: 'Intel One Mono', 'monospace', 'Geist Mono';
}
.hljs-string {