mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Preload Roboto for Chrome OS (#25480)
This commit is contained in:
parent
68741f6ba4
commit
9749a64ae1
@ -1,6 +1,5 @@
|
||||
<script>
|
||||
if (navigator.userAgent.indexOf("Android") === -1 &&
|
||||
navigator.userAgent.indexOf("CrOS") === -1) {
|
||||
if (navigator.userAgent.indexOf("Android") === -1) {
|
||||
function _pf(src, type) {
|
||||
var el = document.createElement("link");
|
||||
el.rel = "preload";
|
||||
|
Loading…
x
Reference in New Issue
Block a user