8 lines
369 B
Plaintext
Raw Normal View History

---
---
2013-05-07 17:57:23 -04:00
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
{% for icon in icons %}{% for alias in icon.aliases %}
2013-09-30 20:16:19 -04:00
.{{ site.fontawesome.css_prefix }}-{{ alias }}:before,{% endfor %}
.{{ site.fontawesome.css_prefix }}-{{ icon.id }}:before { content: @{{ icon.id }}; }{% endfor %}