Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7677 Visualizzazioni

Hello


I have made a report in Odoo and am trying to get a signature line to print in cursive.  I have this code entered in the xml and on the screen it works.  However when I print the font reverts back to the standard report font.   Is there a step I am missing?   


<span style="font-family: lucida handwriting,cursive;">New Text Block</span>

Avatar
Abbandona

It's work! Thank you so much.

Risposta migliore
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet"/>

<div style="font-family: 'Dancing Script', cursive;">
<strong>Thank you for your order!</strong>
</div>



(Prints the same way)

Avatar
Abbandona
Autore

Thanks! That worked perfectly.

As always, Ray comes to the rescue. Thanks.

Hi Ray, is this solution possible on Enterprise?

I only work with the Enterprise Edition, so everything I post is for Enterprise.

Risposta migliore

Were do you put this html code? I also want to use specific fonts in my Email Marketing app, and for other reports such as Invoice and Quotes.

Avatar
Abbandona

hello
i have same question

Post correlati Risposte Visualizzazioni Attività
5
gen 24
14327
1
ago 24
1593
0
gen 17
2922
1
apr 25
1036
2
mar 25
1166