In koha-tmpl/intranet-tmpl/prog/css/mainpage.css the rule of font-family for big links is not complete : font-family: verdana, arial; It is missing sans-serif in case computer has not those fonts. On my computer I dont have them so I see a serif font.
Created attachment 140361 [details] [review] Bug 31542: Home page links correct font-family In koha-tmpl/intranet-tmpl/prog/css/mainpage.css the rule of font-family for big links is not complete : font-family: verdana, arial; It is missing sans-serif in case computer has not those fonts. On my computer I dont have them so I see a serif font. We can remove this rule, inherited rule is serif fonts. Test plan : 1) Use a computer without Arial nor Verdana fonts (basically a Linux) 2) Look at home page big links : Circulation, Patrons ... => Without patch they have serif font => Without patch they have sans-serif font
Created attachment 140370 [details] [review] Bug 31542: Home page links correct font-family In koha-tmpl/intranet-tmpl/prog/css/mainpage.css the rule of font-family for big links is not complete : font-family: verdana, arial; It is missing sans-serif in case computer has not those fonts. On my computer I dont have them so I see a serif font. We can remove this rule, inherited rule is serif fonts. Test plan : 1) Use a computer without Arial nor Verdana fonts (basically a Linux) 2) Look at home page big links : Circulation, Patrons ... => Without patch they have serif font => Without patch they have sans-serif font Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 140397 [details] [review] Bug 31542: Home page links correct font-family In koha-tmpl/intranet-tmpl/prog/css/mainpage.css the rule of font-family for big links is not complete : font-family: verdana, arial; It is missing sans-serif in case computer has not those fonts. On my computer I dont have them so I see a serif font. We can remove this rule, inherited rule is serif fonts. Test plan : 1) Use a computer without Arial nor Verdana fonts (basically a Linux) 2) Look at home page big links : Circulation, Patrons ... => Without patch they have serif font => With patch they have sans-serif font Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 22.11. Nice work everyone, thanks!
Backported to 22.05.x for upcoming 22.05.07 release
applied to 21.11.x for 21.11.14
Not backported to oldoldstable (21.05.x). Feel free to ask if it's needed. Nothing to document it seems, marking resolved.