You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why do every element utilizes sans-serif font along with text editor.
I thought that it's due to blocked external resources in my browser.
It turns out that /system/admin/editor/editor.css contains
body {
font-family: Georgia, sans-serif;
}
that overrides the body font-family of adminlte's css.
Would be great if somebody confirms this having blocked external resources, as this is so small thing to fix (commenting or deleting from css) that making PR would be a nonsense.
btw. there are font files located in /system/resources/fonts but I see that external fonts are being loaded from google service in admin panel https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700
I didn't dig into it but does it make any sense, or is it just a fallback?
The text was updated successfully, but these errors were encountered:
I was wondering why do every element utilizes sans-serif font along with text editor.
I thought that it's due to blocked external resources in my browser.
It turns out that /system/admin/editor/editor.css contains
that overrides the body font-family of adminlte's css.
Would be great if somebody confirms this having blocked external resources, as this is so small thing to fix (commenting or deleting from css) that making PR would be a nonsense.
btw. there are font files located in /system/resources/fonts but I see that external fonts are being loaded from google service in admin panel
https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700
I didn't dig into it but does it make any sense, or is it just a fallback?
The text was updated successfully, but these errors were encountered: