Add Skudak Rover font and expose it in font selects

This commit is contained in:
2026-04-25 22:48:08 -04:00
parent d875cdb953
commit 6ea661f439
3 changed files with 9 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+9
View File
@@ -6,6 +6,13 @@
<title>EV Gauge Face Designer</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<style>
@font-face {
font-family: 'Skudak Rover';
src: url('Skudak Rover.otf') format('opentype'),
url('Skudak Rover.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #1a1a2e; color: #e0e0e0; display: flex; height: 100vh; overflow: hidden; }
@@ -395,6 +402,7 @@
<option>Times New Roman</option>
<option>Courier New</option>
<option>Impact</option>
<option>Skudak Rover</option>
</select>
</div>
<div class="row">
@@ -419,6 +427,7 @@
<option>Times New Roman</option>
<option>Courier New</option>
<option>Impact</option>
<option>Skudak Rover</option>
</select>
</div>
<div class="row">