Consider removing the custom Roboto font
-
First of all, thanks for this essential plugin!
Today I noticed that the fonts are not displayed correctly in my WordPress-Backend. The font doesn’t seem to “load”.
After some searching, I found out that the new Wordfence Plugin (7.0) is including the Roboto-Font via style-tag:
<link rel='stylesheet' id='wordfence-font-css' href='https://fonts.googleapis.com/css?family=Roboto%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C700%2C700i%2C900%2C900i&ver=7.0.1' type='text/css' media='all' />
I don’t know why, but this seems to break the font-stack used by the WordPress backend: https://github.com/WordPress/WordPress/blob/76f590b99bd8f7b1e44df1d1c16b79c8cff2f4e3/wp-admin/css/install.css#L9
Please consider removing your custom font. Here are some reasons:
* Performance. If yet another font is loaded, the Backend gets slower and slower.
* Consistent UI/UX. As a WordPress-User I like the backend and its plugins to look and feel the same. The font-stack used by the WordPress backend is already good enough.
* Compatibility. Don’t break the existing font-stack in the WordPress backend.Thanks for considering my suggestion!
- The topic ‘Consider removing the custom Roboto font’ is closed to new replies.