콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7789 화면

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
2986
1
4월 25
1188
2
3월 25
1321