diff --git a/src/contentScripts/views/necessarySettingsWatchers.ts b/src/contentScripts/views/necessarySettingsWatchers.ts index fbb1743e..14672a08 100644 --- a/src/contentScripts/views/necessarySettingsWatchers.ts +++ b/src/contentScripts/views/necessarySettingsWatchers.ts @@ -87,7 +87,7 @@ export function setupNecessarySettingsWatchers() { if (settings.value.overrideDanmakuFont) { danmakuFontStyleEl = injectCSS(` - .bili-danmaku-x-dm { + .bewly-design .bili-danmaku-x-dm { font-family: var(--bew-font-family, ${fallbackFontFamily}) !important; } `)