thomasloven / hass-fontawesome

🔹 Use icons from fontawesome in home-assistant
Other
274 stars 52 forks source link

Unicode? #67

Closed d0dge closed 1 year ago

d0dge commented 1 year ago

Should this integration enable the unicode versions of the fontawesome icons to work? I'm trying to inject a couple of icons using CSS.

e.g:

`style: |

info::before {

    content: '\e050';
}`
thomasloven commented 1 year ago

No. It should enable the fontawesome icons to be used in the way described in the instructions.