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