janeway icon indicating copy to clipboard operation
janeway copied to clipboard

Admin Fonts

Open ajrbyers opened this issue 2 years ago • 2 comments

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.

ajrbyers avatar Jul 15 '22 13:07 ajrbyers

Note: If we do want headers in admin to be Avenir, it will also need to be imported (its supported on Macs)

ajrbyers avatar Jul 15 '22 13:07 ajrbyers

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 avatar Jul 15 '22 13:07 ajrbyers

@ajrbyers Is this ready for a PR?

joemull avatar Sep 09 '22 11:09 joemull

@ajrbyers Is this ready for a PR?

I think the tweak for buttons needs to be added first.

ajrbyers avatar Sep 09 '22 12:09 ajrbyers