RJ
Asked
i need to increase the receipt font size , since the font is small the receipt is bill difficult to read by the customer , so please tell me how to increase the font size and if possible the the font style too
- MSAnsweredHello,
What is your printing settings?
If web browser then you can modify the `themes/default/admin/views/pos/view.php`
For PHP & POS Print, there is no option to increase the font size but use the default font size only.
Thank you - RJAnsweredsorry i am not a program guy so i am using web browser so can you please tell me in view.php which line i want to edit or where i want to increase the digit to increase the font
- MSAnsweredHello,
You can check the line 22 `body { color: #000; }` and update it like
```css
body { color: #000; font-size: 16px; }
```
Thank you - RJAnswereddone ,,,thanks for your support
- Login to Reply