Restore ABC ROM font reference in font-family stack

This commit is contained in:
filtered
2025-09-14 00:07:00 +10:00
parent 3cd9c78e34
commit d854bfad6e

View File

@@ -49,7 +49,12 @@ const message = computed(() => (route.query.message as string) || '')
} }
.dialog-title { .dialog-title {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-family:
'ABC ROM',
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
sans-serif;
font-style: italic; font-style: italic;
font-size: 20px; font-size: 20px;
font-weight: 500; font-weight: 500;