Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
Update the primary font in the staff area to use "Droid Sans". See https://www.google.com/fonts#UsePlace:use/Collection:Droid+Sans
Download the font in both weights: 400, and 700. (Click the arrow in upper right of page after selecting both weights)
Include the font locally, and update the body style as follows:
body
{ font-family: "Droid Sans", sans-serif; }Unless you think we should keep Verdana in there after "Droid Sans" instead of jumping straight to sans-serif? Are there any browser incompatibilities with sans-serif?