跳至内容
菜单
此问题已终结
2 回复
7708 查看

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
14338
1
8月 24
1610
0
1月 17
2958
1
4月 25
1063
2
3月 25
1210