mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +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({
|
const APP_FONT_CONFIG = Object.freeze({
|
||||||
inter: {
|
inter: {
|
||||||
cssName: "'Inter'",
|
cssName: "'Inter Variable'",
|
||||||
link: null
|
link: null
|
||||||
},
|
},
|
||||||
noto_sans: {
|
noto_sans: {
|
||||||
|
|||||||
Reference in New Issue
Block a user