Add typography tokens (#25084)

This commit is contained in:
Wendelin
2025-04-24 16:52:03 +02:00
committed by GitHub
parent c0f304ad40
commit ae74e3496c
58 changed files with 253 additions and 314 deletions

View File

@@ -74,7 +74,7 @@ export class HaMarkdown extends LitElement {
padding: 16px;
overflow: auto;
line-height: 1.45;
font-family: var(--code-font-family, monospace);
font-family: var(--ha-font-family-code);
}
h1,
h2,