mohsen1 / json-formatter

Angular directive for collapsible JSON in HTML
http://azimi.me/json-formatter/demo/demo.html
Other
372 stars 85 forks source link

in my project,the css style "content: "►";" would show like this "??" #36

Closed figot closed 8 years ago

figot commented 8 years ago

.json-formatter-row .toggler:after { display: inline-block; transition: transform 100ms ease-in; content: "►"; }

the result is "??"

mingyang91 commented 8 years ago

Probably because you do not have this font(►) in font-family.

(字体中有这个字形吗?)

mohsen1 commented 8 years ago

Add charset=utf8 to your html