fix(UI): Fixed font-family order for code and value elements
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user