janeway
janeway copied to clipboard
Admin Fonts
Describe the bug Fonts are a bit of a mess in the admin area, they should all be Open Sans, falling back to sans-serif. Currently Avenir is also defined but not imported.
Janeway version 1.4.2
Expected behavior Backend fonts should be Open Sans, sans-serif, Open Sans needs to be stored locally or imported.
Note: If we do want headers in admin to be Avenir, it will also need to be imported (its supported on Macs)
As @joemull noticed buttons use sans-serif due to this definition:
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
@ajrbyers Is this ready for a PR?
@ajrbyers Is this ready for a PR?
I think the tweak for buttons needs to be added first.