Changes font to Roboto
This commit is contained in:
2
html/css/jquery-ui.min.css
vendored
2
html/css/jquery-ui.min.css
vendored
File diff suppressed because one or more lines are too long
2
html/css/jquery-ui.theme.min.css
vendored
2
html/css/jquery-ui.theme.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2,7 +2,7 @@ body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-family: 'Calibri';
|
||||
font-family:'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
.main {
|
||||
|
||||
@@ -6,13 +6,16 @@ function render() {
|
||||
<!DOCTYPE html>
|
||||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||
<meta http-equiv="Content-Security-Policy" content="script-src 'none'">
|
||||
<base target="_blank">
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: 'Calibri';
|
||||
font-family:'Roboto', sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -13,7 +13,10 @@ echo '<meta charset="utf=8" />
|
||||
<script type="text/javascript" src="/javascript/jquery-ui.min.js"></script>
|
||||
<link rel="stylesheet" href="/css/jquery-ui.min.css">
|
||||
<script type="text/javascript" src="/javascript/functions.js"></script>
|
||||
<script type="text/javascript" src="/javascript/cookie.js"></script>';
|
||||
<script type="text/javascript" src="/javascript/cookie.js"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> ';
|
||||
if ($MOBILE) { // Tells javascript if this is a mobile user
|
||||
echo "<script type='text/javascript'>var mobile = true</script>";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user