Summary: | Home page links wrong font-family | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Templates | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | arthur.suzuki, lucas, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00, 22.05.07, 21.11.14
|
|
Circulation function: | |||
Attachments: |
Bug 31542: Home page links correct font-family
Bug 31542: Home page links correct font-family Bug 31542: Home page links correct font-family |
Description
Fridolin Somers
2022-09-09 06:17:11 UTC
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. |