I'm currently working on a project that requires using local fonts only. Since I am using a Mac, I have located the fonts in /Library/Fonts
. However, I have encountered an issue when trying to use a font named 华文黑体
directly in my CSS property:
font-family: "华文黑体"
Unfortunately, this approach does not seem to work. How can I determine which font names can be used as values in CSS properties?
Thank you,