<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
    font-family:"EgFont_face";
    src:url('EgFont_face.ttf?cache=1');
}
/*======笑脸======*/
*[icon='face_smile']:before
{
  content:"\F200";color:#ffa705;font-weight:bold;font-size:16px;
}
/*======哭泣======*/
*[icon='face_cry']:before
{
  content:"\F201";color:#ffa705;font-weight:bold;font-size:16px;
}</pre></body></html>