epoupon / lms

Lightweight Music Server. Access your self-hosted music using a web interface.
http://lms-demo.poupon.dev
GNU General Public License v3.0
1.09k stars 60 forks source link

Web interface takes long to load when server isn't connected to the internet #64

Closed Ke1i closed 4 years ago

Ke1i commented 4 years ago

LMS web interface takes forever to load when the hosting server isn't connected to the internet. I narrowed it down to 'fonts.googleapis.com'. Is this something you can look into?

Screenshot from 2020-06-01 12-48-42

epoupon commented 4 years ago

Ah, I am afraid this is due to the boostrap theme being used... See https://stackoverflow.com/questions/34772357/bootstrap-css-without-google-fonts-2-bootswatch Maybe we can find a way to distribute this font in the LMS package.

Ke1i commented 4 years ago

I see. Hopefully you'll be able to apply some sort of workaround for that if it isn't too much trouble.