我有一个段落,我需要更改其字体。 这是我的模板:
template(name="test")
p.test this is testing
这是我的css
.test
font-size 18pt
text-align center
line-height 30pt
font-family "Lucida Calligraphy"
我已经在css代码的顶部定义了font-family "Century Gothic"
作为默认字体并且正在运行。
但字体系列“Lucida书法”不起作用?
当我做了一些研究时,我开始了解字体很棒,但我仍然没有坚定的想法所以请帮助我们。
提前谢谢!!!