Use monospace for code font

Screenshot: https://imgur.com/a/xSjpkbK
Change-Id: I3483928f82542ace4a1c1c8b55864e825012b00f
This commit is contained in:
Tao Zhou
2020-09-24 14:58:05 +02:00
parent 84a30c4632
commit bc3c1f0826

View File

@@ -55,6 +55,7 @@ export const htmlTemplate = html`
list-style-type: disc;
margin-left: var(--spacing-xl);
}
code,
gr-linked-text.pre {
font-family: var(--monospace-font-family);
font-size: var(--font-size-code);