fix(dees-dataview-codebox): Adjusted codebox font weight and font family.
This commit is contained in:
@ -141,8 +141,8 @@ export class DeesDataviewCodebox extends DeesElement {
|
||||
code *,
|
||||
.lineNumbers {
|
||||
line-height: 1.4em;
|
||||
font-weight: 200;
|
||||
font-family: 'Intel One Mono', 'monospace';
|
||||
font-weight: 400;
|
||||
font-family: 'Geist Mono', 'Intel One Mono', 'monospace';
|
||||
}
|
||||
|
||||
.hljs-string {
|
||||
|
Reference in New Issue
Block a user