Fonts 图标和占位符内的文本

Fonts 图标和占位符内的文本,fonts,placeholder,webfonts,html-input,Fonts,Placeholder,Webfonts,Html Input,我想在占位符中使用Icomoon和文本 html: 我看到: 这样我确实看到了我想要的图标,但是文本丢失了(只有大写字母出现)。 有没有办法将我自己的文本字符字体添加到IConMon生成的文件中 <input type="text" placeholder="&#xe645; Search Contact..."> input { font-family: "icomoon", "Open Sans", Verdana, sans-serif; f

我想在占位符中使用Icomoon和文本

html:

我看到:

这样我确实看到了我想要的图标,但是文本丢失了(只有大写字母出现)。 有没有办法将我自己的文本字符字体添加到IConMon生成的文件中

<input type="text" placeholder="&#xe645; Search Contact...">
input {
      font-family: "icomoon", "Open Sans", Verdana, sans-serif;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
  }