Quantcast
Channel: Opinion: Shopify Community - Shopify Apps
Viewing all articles
Browse latest Browse all 11091

Kim Eriksen commented on Change font in order printer template

$
0
0

Hi Beth,

Been there :)
I use styles - example here (I use tables to make the invoice look nicer).

Place at top of template:

<style>
table.kungfu, table.kungfu td, table.kungfu th, p {
    padding:4px 4px 4px 4px;
    font-family: "HelveticaNeueLTStd-Roman","Impact"; 
    line-height:1.2;
    font-size:11px;    
}
</style>

and then in the tables:

<table class="kungfu">

Feel free to mail me your template and I will give it a quick fix.

/Kim
Morfars.dk


Viewing all articles
Browse latest Browse all 11091

Trending Articles