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