Hi,
It's possible to create a pack of mathematics icons? (equals, fractions, square root ...)
Thanks
Mathematics icons are already included in Unicode:
http://symbolcodes.tlt.psu.edu/bylanguage/mathchart.html
Nice, but one more thing.
Is possible to define, in my CSS, something like .icon-equal::before { content : "⁼"; } or ... content : "⁼"?
Is possible to use the html entity code in the css to use the same way that I use the other font awesome icons?
Thanks
sure its the same, its just another font (your default font instead of iconic). take a look into the css-file from font-awesome, there are many examples ;)
guess you can close this "issue"
Thx, I will try that.
Most helpful comment
Mathematics icons are already included in Unicode:
http://symbolcodes.tlt.psu.edu/bylanguage/mathchart.html