Update custom.html

master
xxDUxx 2022-12-10 10:13:56 +01:00 committed by GitHub
parent 95ade1688a
commit e7da2e3ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<p><button id="upload" class="btn btn-primary">Upload selected Fonts</button></p> <p><button id="upload" class="btn btn-primary">Upload selected Fonts</button></p>
<script src="../../core/lib/customize.js"></script> <script src="../../core/lib/customize.js"></script>
<script> <script>
FontList = ["BarlowCond", "BebasNeue", "Dekko", "DinAlternate", FontList = ["BarlowCond", "BebasNeue", "Dekko"]//, "DinAlternate",
"Impact", "Nunito", "OpenSansEC", "Phosphate", "Quicksand", "SairaEC", "Impact", "Nunito", "OpenSansEC", "Phosphate", "Quicksand", "SairaEC",
"Yumaro", "YuseiMagic"] "Yumaro", "YuseiMagic"]
// When the 'upload' button is clicked... // When the 'upload' button is clicked...