Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7868 Переглядів

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>

Аватар
Відмінити

It's work! Thank you so much.

Найкраща відповідь
<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)

Аватар
Відмінити
Автор

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.

Найкраща відповідь

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.

Аватар
Відмінити

hello
i have same question

Related Posts Відповіді Переглядів Дія
5
січ. 24
14453
1
серп. 24
1732
0
січ. 17
3071
1
квіт. 25
1221
2
бер. 25
1369