fix fonts config

This commit is contained in:
pa
2026-03-13 00:21:54 +09:00
parent 0b95d4f9a9
commit b10ceb9278

View File

@@ -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: {