gpt4 book ai didi

css - OpenERP 字体系列 : 'Free 3 of 9' for barcode is not working in report webkit

转载 作者:技术小花猫 更新时间:2023-10-29 10:21:00 24 4
gpt4 key购买 nike

我对 WebKit 报告 .mako 文件有问题。当我使用时:

<html>
<head>
<style type="text/css">${css}</style>
</head>
<body>
% for o in objects:
<p style="font-family:'Free 3 of 9';">${o.name}</p>
% endfor
</body>
</html>

.mako 文件中它可以工作,但如果我使用

<html>
<head>
<style type="text/css">${css}</style>
</head>
<body>
% for o in objects:
<p class="barcode39">${o.name}</p>
% endfor
</body>
</html>

并且这个类在report_webkit中data.xml的字段“css”中声明

.barcode39 {
font-family: 'Free 3 of 9';
font-size: 36;
color: red;
}

font-family: 'Free 3 of 9' 不起作用。如果我使用另一个 font-family 它是有效的。可能是什么问题?

我已将字体放入 /usr/share/fonts/truetype 并运行 fc-cache -fv。提前致谢。

最佳答案

我遇到了同样的问题,将字体名称放入单引号中解决了我的问题。例如:-

style="font-family:'Free 3 of 9';"

关于css - OpenERP 字体系列 : 'Free 3 of 9' for barcode is not working in report webkit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17856595/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com