mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 02:04:09 +00:00
Restore ABC ROM font reference in font-family stack
This commit is contained in:
@@ -49,7 +49,12 @@ const message = computed(() => (route.query.message as string) || '')
|
||||
}
|
||||
|
||||
.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-size: 20px;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user