I tried loading the font and placing it in the static/src/fonts/BBHBartle-Regular.ttf folder, then using it in static/src/css/report_font.css. In the manifest, I added:
'assets': {
'web.report_assets_common': [
'static/src/css/report_font.css',
'static/src/fonts/BBHBartle-Regular.ttf',
],
},
Hello,
Can you show the css code here?