Remove 'font-family: Arial/etc' on two selectors
authorNicol <vingle@users.noreply.github.com>
Fri, 12 Jul 2019 17:01:06 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Jul 2019 17:01:06 +0000 (18:01 +0100)
commit5198417e19173ab784ac972afb6fbc1fe228f495
tree5cd05ed9dff9c8b1a0541ed0b280046ca8103c70
parent75a580bd64dedff19449ec0c23ca3345402797c1
Remove 'font-family: Arial/etc' on two selectors

For some reason, thesae two selectors have hardcode Arial/etc as the font for form legends and H3 elements. Therefore while a front-end contribution page or profile will inherit the site fonts, but in these two instances it will use Arial/etc.

This can be overriden by the user, but given that there is no other use of Arial in CiviCRM, doesn't seem to make much sense. When theming front-end CiviCRM forms/pages these two elements have to be reset with "font-family: inherit". My guess is it's legacy from a much earlier version of the system (but in making this proposal perhaps the real reason will emerge).
css/civicrm.css