dougou7008 2015-06-18 03:51
浏览 69

Wordpress字体无法正常显示

I'm working on a new Wordpress website, and it has both Sinhala and English characters, the charset of the website and the database is UTF-8. However although the English characters are displayed properly the Sinhala characters are displayed as question marks.

I can't seem to find an error, how can I fix it ?

display of the page

  • 写回答

3条回答 默认 最新

  • douningzhi1991 2015-06-18 03:57
    关注

    First of all you can select a font file and font-face into your css file. You should write your text Unicode format.

    @font-face {
        font-family: myFirstFont;
        src: url(sansation_light.woff);
    }
    
    div {
        font-family: myFirstFont;
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 对于这个复杂问题的解释说明
  • ¥50 三种调度算法报错 采用的你的方案
  • ¥15 关于#python#的问题,请各位专家解答!
  • ¥200 询问:python实现大地主题正反算的程序设计,有偿
  • ¥15 smptlib使用465端口发送邮件失败
  • ¥200 总是报错,能帮助用python实现程序实现高斯正反算吗?有偿
  • ¥15 对于squad数据集的基于bert模型的微调
  • ¥15 为什么我运行这个网络会出现以下报错?CRNN神经网络
  • ¥20 steam下载游戏占用内存
  • ¥15 CST保存项目时失败