Title: hs777it's Replies | WordPress.org

---

# hs777it

  [  ](https://wordpress.org/support/users/hs777it/)

 *   [Profile](https://wordpress.org/support/users/hs777it/)
 *   [Topics Started](https://wordpress.org/support/users/hs777it/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hs777it/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hs777it/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hs777it/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hs777it/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hs777it/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13918193)
 * please help me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13917315)
 * and 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13915786)
 * current directory structure for the custom template
    [https://ibb.co/82Tf6TL](https://ibb.co/82Tf6TL)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13899183)
 * I tried to copy /fonts to custom template folder but not working
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] how can i change action button label (PDF Packing Slip)](https://wordpress.org/support/topic/how-can-i-change-action-button-label-pdf-packing-slip/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-change-action-button-label-pdf-packing-slip/#post-13899077)
 * ok, no problem
    How can i change PDF Packing Slip in meta-data box?
 * thanks in advance [@alexmigf](https://wordpress.org/support/users/alexmigf/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Footer to fixed in bottom](https://wordpress.org/support/topic/footer-to-fixed-in-bottom/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/footer-to-fixed-in-bottom/#post-13898786)
 * [https://ibb.co/yNddq4x](https://ibb.co/yNddq4x)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13898762)
 * I follow all the steps and try to copy font folder to website root but not work
   
   [https://ibb.co/zRtJtNw](https://ibb.co/zRtJtNw)
    -  This reply was modified 5 years, 6 months ago by [hs777it](https://wordpress.org/support/users/hs777it/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] how can i change action button label (PDF Packing Slip)](https://wordpress.org/support/topic/how-can-i-change-action-button-label-pdf-packing-slip/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-change-action-button-label-pdf-packing-slip/#post-13898260)
 * Thanks a lot [@alexmigf](https://wordpress.org/support/users/alexmigf/)
 * last question please
 * I want to change packing-slip in pdf title in view mode ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13898121)
 * nothing just error apear in IDE and font not work
 * could you give code to applay any font ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13897942)
 * when 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] change font in invoice](https://wordpress.org/support/topic/change-font-in-invoice/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/change-font-in-invoice/#post-13897894)
 * if i want to use google fonts ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] how can i change action button label (PDF Packing Slip)](https://wordpress.org/support/topic/how-can-i-change-action-button-label-pdf-packing-slip/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-change-action-button-label-pdf-packing-slip/#post-13894507)
 * thanks a lot alexmigf
 * also i want change the action button label “PDF Packing Slip” in bulk action 
   dropdown
 * thanks in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] After delete table .. problem happened](https://wordpress.org/support/topic/after-delete-table/)
 *  Thread Starter [hs777it](https://wordpress.org/support/users/hs777it/)
 * (@hs777it)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/after-delete-table/#post-11136175)
 * I tested more than a version
    But When upgrade PHP to Ver. 7 worked fine

Viewing 13 replies - 1 through 13 (of 13 total)