2
0
Fork 0

Use bundled Roboto font

master
Skylar Ittner vor 6 Jahren
Ursprung 9dd9f9297c
Commit 8e65d4c98d

@ -24,6 +24,7 @@ if (isset($_GET['page']) && !is_empty($_GET['page'])) {
}
}
header("Link: <static/fonts/Roboto.css>; rel=preload; as=style", false);
header("Link: <static/css/bootstrap.min.css>; rel=preload; as=style", false);
header("Link: <static/css/material-color/material-color.min.css>; rel=preload; as=style", false);
header("Link: <static/css/app.css>; rel=preload; as=style", false);

@ -77,6 +77,7 @@ if (checkLoginServer()) {
} else {
$alert = lang("login server unavailable", false);
}
header("Link: <static/fonts/Roboto.css>; rel=preload; as=style", false);
header("Link: <static/css/bootstrap.min.css>; rel=preload; as=style", false);
header("Link: <static/css/material-color/material-color.min.css>; rel=preload; as=style", false);
header("Link: <static/css/index.css>; rel=preload; as=style", false);

Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist
Laden…
Abbrechen
Speichern