Remove non-working webfont preload (#5819)
This commit is contained in:
parent
7fa08059dc
commit
03fe5b04b5
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
|||
href='/static/icons/favicon-apple-180x180.png'>
|
||||
<link rel="mask-icon" href="/static/icons/home-assistant-icon.svg" color="#3fbbf4">
|
||||
<link rel='preload' href='{{ core_url }}' as='script'/>
|
||||
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Regular.ttf'>
|
||||
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Light.ttf'>
|
||||
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Medium.ttf'>
|
||||
{% for panel in panels.values() -%}
|
||||
<link rel='prefetch' href='{{ panel.url }}'>
|
||||
{% endfor -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue