Fix markdown style (#2944)

This commit is contained in:
Ian Richardson 2019-03-16 01:10:34 -05:00 committed by Paulus Schoutsen
parent 68909c80ff
commit 117ea32586

View File

@ -65,14 +65,13 @@ export class HuiMarkdownCard extends LitElement implements LovelaceCard {
static get styles(): CSSResult { static get styles(): CSSResult {
return css` return css`
:host { :host {
/* start paper-font-headline style */ /* start paper-font-body1 style */
font-family: "Roboto", "Noto", sans-serif; font-family: "Roboto", "Noto", sans-serif;
-webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */ -webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
text-rendering: optimizeLegibility; font-size: 14px;
font-size: 24px;
font-weight: 400; font-weight: 400;
letter-spacing: -0.012em; line-height: 20px;
/* end paper-font-headline style */ /* end paper-font-body1 style */
} }
ha-markdown { ha-markdown {
display: block; display: block;