hs777it
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoiceplease help me
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoiceand this is css code
/* Load font */ @font-face { font-family: 'Arial'; font-style: normal; font-weight: normal; src: local('Arial'), local('Arial'), url(<?php echo $this->get_template_path(); ?>/fonts/arial.ttf) format('truetype'); } @font-face { font-family: 'Arial'; font-style: normal; font-weight: bold; src: local('Arial Bold'), local('Arial-Bold'), url(<?php echo $this->get_template_path(); ?>/fonts/arial-bold.ttf) format('truetype'); } @font-face { font-family: 'Arial'; font-style: italic; font-weight: normal; src: local('Arial Italic'), local('Arial-Italic'), url(<?php echo $this->get_template_path(); ?>/fonts/arial-italic.ttf) format('truetype'); } @font-face { font-family: 'Arial'; font-style: italic; font-weight: bold; src: local('Arial Bold Italic'), local('Arial-BoldItalic'), url(<?php echo $this->get_template_path(); ?>/fonts/arial-bolditalic.ttf) format('truetype'); } /* Main Body */ *[dir="rtl"] { font-family: 'Arial'; } @page { font-family: 'Arial'; margin-top: 0.7cm; margin-bottom: 0.7cm; margin-left: 0.7cm; margin-right: 0.7cm; } body { font-family: 'Arial'; direction: rtl; background: #fff; color: #000; margin: 0cm; font-size: 9pt; line-height: 100%; /* fixes inherit dompdf bug */ }
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoicecurrent directory structure for the custom template
https://ibb.co/82Tf6TLForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoiceI tried to copy /fonts to custom template folder but not working
ok, no problem
How can i change PDF Packing Slip in meta-data box?thanks in advance @alexmigf
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Footer to fixed in bottomForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoiceI follow all the steps and try to copy font folder to website root but not work
https://ibb.co/zRtJtNw- This reply was modified 3 years, 10 months ago by hs777it.
Thanks a lot @alexmigf
last question please
I want to change packing-slip in pdf title in view mode ?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoicenothing just error apear in IDE and font not work
could you give code to applay any font ?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoicewhen i put code to style.css i get error in php
url(<?php echo $this->get_template_path(); ?>/fonts/myfont.ttf) format('truetype');
/* Load font */ @font-face { font-family: 'MyFont'; font-style: normal; font-weight: normal; src: local('MyFont'), local('MyFont'), url(<?php echo $this->get_template_path(); ?>/fonts/myfont.ttf) format('truetype'); }
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] change font in invoiceif i want to use google fonts ?
thanks a lot alexmigf
also i want change the action button label “PDF Packing Slip” in bulk action dropdown
thanks in advance
Forum: Plugins
In reply to: [Redirection] After delete table .. problem happenedI tested more than a version
But When upgrade PHP to Ver. 7 worked fine