将波斯语(阿拉伯语)字体排版添加到WordPress主题

时间:2014-08-30 13:33:56

标签: wordpress themes arabic

我是WordPress主题开发人员,我想在我的主题选项面板排版中添加自定义阿拉伯语/波斯语字体,但我不想使用Google网络字体,因为它不支持阿拉伯字体我怎么能将此添加到我的主题面板php?

2 个答案:

答案 0 :(得分:1)

add Persian(Arabic) fonts typography to WordPress theme

幸运的是,Google开始添加阿拉伯语(和其他)网络字体,但Early Access部分提供了这些字体。

例如,您使用以下字体:

@import url(http://fonts.googleapis.com/earlyaccess/amiri.css);
@import url(http://fonts.googleapis.com/earlyaccess/dhyana.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/lateef.css);
@import url(http://fonts.googleapis.com/earlyaccess/scheherazade.css);
@import url(http://fonts.googleapis.com/earlyaccess/thabit.css);

然后在你的CSS样式中使用:

font-family: 'Amiri', serif;
font-family: 'Dhyana', serif;
font-family: 'Droid Arabic Kufi', serif;
font-family: 'Droid Arabic Naskh', serif;
font-family: 'Lateef', serif;
font-family: 'Scheherazade', serif;
font-family: 'Thabit', serif;

答案 1 :(得分:0)

  1. 转到插件。
  2. 添加名为阿拉伯语 Webfonts 的新插件。
  3. 激活此插件。
  4. 转到您的网站,然后点击自定义
  5. 您将看到新添加的插件(阿拉伯语webfonts)。
  6. 选择任何内容(标题,正文...)。
  7. 从下拉列表中选择所需的字体系列。
  8. 享受吧。