2

I have a strange Unicode problem with a Wordpress page I am about to create:

(At least with Firefox and IE.)

On the development page http://natzet.kunden.fincha.com I can see the Unicode signs

(before the blue links and in the address field at the bottom)

but not on the actual page http://www.natzet.de, which has the same code.

Does anyone have an idea, how I could solve that - without replacing the signs by images?

Greetings from Leipzig...

4

2 回答 2

0

实际上它不是Unicode字符。您正在使用“Font Awesome”图标。

http://natzet.kunden.fincha.com上,您正在从http://www.natzet.de加载样式。由于某种原因,它无法加载字体文件:http ://www.natzet.de/wp-content/themes/emode/fonts/fontawesome-webfont.ttf?v= 3.0.1 也许是因为一些域限制。

尝试使用来自同一域的 css 文件。

于 2013-06-13T17:11:12.113 回答
0

试着把它放在你的<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

另外,尝试将de-DE标签中的<html>更改为

<html lang="de" prefix="og: http://ogp.me/ns#">

让我知道这是否有效

于 2013-06-13T16:48:53.497 回答