Preload Roboto for Chrome OS (#25480)

This commit is contained in:
Wendelin 2025-05-15 14:48:09 +02:00 committed by GitHub
parent 68741f6ba4
commit 9749a64ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";