Skip to Content
Menu
This question has been flagged

Hi,

I need to generate a QWEB report with a new font. To achieve this I tried below methods.

Method 01  : -  Linking Font URL

<link href="https://fonts.googleapis.com/css?family=Caladea|Caladea+Condensed" rel="stylesheet"/>

Method 02 : - Adding font file to the source and linking it with CSS

@font-face {
font-family: 'CaladeaRegular';
src: url('./../fonts/Caladea-Regular_1.woff') format('woff');
font-weight: bold;
font-style: normal;
}

Method 01 actually worked in the local environment but did not work in the Odoo.sh

Can anyone help me to figure this out.

Thanks.

Eshan.

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 23
1647
1
Aug 23
1525
3
Sep 19
5644
3
Jun 20
5560
1
Jan 20
5966