标签: fonts tinymce font-family
我拥有用我的外部字体存储文件的地方的根:tinymce>>高级>>字体。我有下一个字体:GothamBold,GothamLight,我不知道如何在style_formats中集成编辑器我有类似{title: 'GothamBold', inline: 'span', styles: { 'font-family':'GothamBold'}}的东西,并且出现在Formats中,但是当我尝试应用字体时没有工作。
{title: 'GothamBold', inline: 'span', styles: { 'font-family':'GothamBold'}}