wbartels
Occasional Visitor
On macOS and iOS operating systems all the form fields look very ugly. This is because Lucida Console is not very common on none Windows operating systems. I think the same is true for Linux and Unix.
This is very easy to fix by using a font-family with fallback.
In form_style.css replace all:
font-family: Lucida Console;
With:
font-family: "Lucida Console", Monaco, monospace;
This is very easy to fix by using a font-family with fallback.
In form_style.css replace all:
font-family: Lucida Console;
With:
font-family: "Lucida Console", Monaco, monospace;