This question has been flagged
1 Reply
6728 Views

Hello,

How can i add font "Berlin Sans FB" in to odoo email template? and also i am using WEB_CKEDITOR module in my custom modules for custom fonts, but it wouldn't have this font family. how can i resolve this?

Thanking you.

Logicious.

Avatar
Discard
Best Answer

Logicious,

the WEB_CKEDITOR     takes the fonts from your system default, odoo also doing the same ,but you need to add that font into odoo.

its for Ubuntu systems.

step one

paste your entire folder of your font into ( usr ->share -> fonts->true type-> paste here.)

step two

now you need to add fonts into your odoo

goto settings -> general settings -> report fnts -> create a font

add like this

font-family: name of your font family [it shoud be inthe info file]

font name: name of your font

file name : your folder name

mode :all 


.................

after creating font you need to restart your service.


Avatar
Discard
Author

thank you....i got solution for this..