コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
7778 ビュー

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

関連投稿 返信 ビュー 活動
5
1月 24
14439
1
8月 24
1668
0
1月 17
2985
1
4月 25
1178
2
3月 25
1313