Update custom.html

pull/2505/head
xxDUxx 2023-01-15 03:27:46 +01:00 committed by GitHub
parent 9b6af0330a
commit 03da6f92a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</style>
</head>
<body>
<h1>&nbsp;&nbsp;&nbsp;5Select Fonts to upload:</h1>
<h1>&nbsp;&nbsp;&nbsp;Select Fonts to upload:</h1>
<form>
<script src="../../core/lib/customize.js"></script>
<script>
@ -47,7 +47,6 @@
var fonts = [];
for (fontElement of document.getElementsByName("font")) {
if (fontElement.checked==true) {
//var f = new Object();
fonts.push({
name:"contourclock-"+n+".json",
url:"fonts/font-"+fontElement.id+".json"