Adopt --code-font-family (#6997)

This commit is contained in:
Kendell R
2020-09-21 00:56:42 -07:00
committed by GitHub
parent e6357e2eef
commit 4b846964be
11 changed files with 22 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ class HaMarkdown extends LitElement {
padding: 16px;
overflow: auto;
line-height: 1.45;
font-family: var(--code-font-family, monospace);
}
ha-markdown-element h2 {
font-size: 1.5em;