sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

HTML body font (Source Sans Pro) isn't imported anymore: maybe warn the user or embed in the layout? #7138

Closed gremo closed 3 years ago

gremo commented 3 years ago

AdminLT was updated by @core23 with https://github.com/sonata-project/SonataAdminBundle/pull/7032 from 2.3.8 to 2.4.15. The new version removes the import rule, so right now the admin panel has a wrong font.

Should the developer import it overriding the layout?

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
VincentLanglet commented 3 years ago

Can you try this PR https://github.com/sonata-project/SonataAdminBundle/pull/7132 on your project @gremo ? It's supposed to fix the issue.

VincentLanglet commented 3 years ago

Will be fixed in 3.98.2