How to change font sizes in TechStation
You can change the fonts for TechStation in Rentez_html.css, which can be found in the ProgramData\Pool\RentEZ folder .
If you increase the font size on the buttons, the buttons get larger (and therefore easier to use with a touch screen).
Example:
.heading {font-size:26.0pt;font-weight:bold;text-align:center;}
.subheading {font-size:18.0pt;font-weight:bold;text-align:center;}
.overdue {font-size:18.0pt;font-weight:bold;text-align:center;background-color:red;}
.warning {font-size:18.0pt;font-weight:bold;text-align:center;color:red;}
.warning_titles {font-size:11.0pt;font-weight:bold;text-align:center;text-decoration:underline;color:black;}
.warning_data {font-size:11.0pt;font-weight:normal;text-align:center;text-decoration:none;color:black;}
.columnheading {font-size:10.0pt;font-weight:bold;text-decoration:underline}
.storereturnheading {background-color:#FFAAFF;font-size:24.0pt;}
.helptext {font-size:9.0pt}
.tabletitle {font-size:16.0pt;font-weight:bold}
.tabletext {font-size:12.0pt}
.normaltext {font-size:16.0pt}
.formtext {font-size:16.0pt}
.errortext {font-size:16.0pt;font-family:Courier New}
.button {font-size:16.0pt}
.fatbutton {font-size:16.0pt}
You’ll want to check it against the monitors and resolution in your individual shops.