Skip to content

Commit

Permalink
Update Custom integration required.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avenger11 authored Dec 19, 2023
1 parent 02c5bfa commit 3e3f0bf
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pages/Custom integration required.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,28 @@ This is for the bus schedule on the person card.
fonts.woff2 location: /www/fonts/
font.css location: /www/

Add in configuration.yaml
Add in configuration.yaml

lovelace:
mode: yaml
resources:
[
{ url: '/local/fonts.css?v=2.1',type: css}
]

Add in general_theme.yaml

# +----------------------------------------------------------------------------+
# | Apple Fonts |
# +----------------------------------------------------------------------------+
primary-font-family: SF Pro Text, Roboto, system-ui
paper-font-common-base_-_font-family: var(--primary-font-family)
paper-font-common-code_-_font-family: var(--primary-font-family)
paper-font-body1_-_font-family: var(--primary-font-family)
paper-font-subhead_-_font-family: var(--primary-font-family)
paper-font-headline_-_font-family: var(--primary-font-family)
paper-font-caption_-_font-family: var(--primary-font-family)
paper-font-title_-_font-family: var(--primary-font-family)
ha-card-header-font-family: var(--primary-font-family)
mdc-typography-body1-font-family: var(--primary-font-family)
mdc-typography-font-family: var(--primary-font-family)

0 comments on commit 3e3f0bf

Please sign in to comment.