Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0042105Openbravo ERPB. User interfacepublic2019-10-23 11:102022-02-01 08:07
alostale 
Triage Platform Base 
normalminorhave not tried
acknowledgedopen 
5
 
 
Core
No
0042105: use CSS @font-face instead of system fonts
Backoffice styles rely on OS fonts, this causes different OS/browser combinations to render differently.
With Ubuntu 18.04, compare for example login page in Firefox and Chrome. Attached example comparing FF 69 with Chrome 77.
Instead of using sytem fonts, load them in CSS by using wof files.

Download "@font-face Kit" [1] from:

    https://www.cufonfonts.com/font/arial [^]
    https://www.cufonfonts.com/font/lucida-sans [^]


Change font families in CSS to (check example.html in latter links):

    font-family:'Arial Regular'
    font-family:'Lucida Sans Regular'



Note, this approach has been followed in new WebPOS skin.

---
[1] https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp [^]
No tags attached.
related to defect 0042066 closed alostale truncated year in date picker 
Issue History
2019-10-23 11:10alostaleNew Issue
2019-10-23 11:10alostaleAssigned To => platform
2019-10-23 11:10alostaleModules => Core
2019-10-23 11:10alostaleTriggers an Emergency Pack => No
2019-10-23 11:10alostaleStatusnew => acknowledged
2019-10-23 11:10alostaleRelationship addedrelated to 0042066
2022-02-01 08:07alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.