Question: how to increase receipt font size

how to increase receipt font size

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

RJ

Roy Joseph

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • RJ

    Roy Joseph

    Answered
    sorry 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
  • MS

    Mian Saleem

    Answered
    Hello,

    You can check the line 22 `body { color: #000; }` and update it like

    ```css
    body { color: #000; font-size: 16px; }
    ```

    Thank you
  • RJ

    Roy Joseph

    Answered
    done ,,,thanks for your support
  • Login to Reply