mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
fix fonts config
This commit is contained in:
@@ -2,7 +2,7 @@ const APP_FONT_DEFAULT_KEY = 'inter';
|
||||
|
||||
const APP_FONT_CONFIG = Object.freeze({
|
||||
inter: {
|
||||
cssName: "'Inter'",
|
||||
cssName: "'Inter Variable'",
|
||||
link: null
|
||||
},
|
||||
noto_sans: {
|
||||
|
||||
Reference in New Issue
Block a user