mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix fallback font handling
This commit is contained in:
@@ -46,7 +46,6 @@ async function syncStylesPerLanguage (locale) {
|
||||
case 'tr':
|
||||
case 'bn-Latn':
|
||||
// Don't need to import fonts because Latin fonts are always loaded
|
||||
await import('@fontsource/inter/latin.css')
|
||||
document.body.classList.remove(...document.body.classList)
|
||||
document.body.classList.add('latin')
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user