fix(dees-dataview-codebox): Corrected the font-family order for better font rendering.

This commit is contained in:
2024-07-01 11:59:30 +02:00
parent b7ebcc4cef
commit 4c620f480c
3 changed files with 7 additions and 2 deletions

View File

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