Font-awesome: icon request: Math icons

Created on 6 Dec 2012  路  4Comments  路  Source: FortAwesome/Font-Awesome

Hi,

It's possible to create a pack of mathematics icons? (equals, fractions, square root ...)

Thanks

Most helpful comment

Mathematics icons are already included in Unicode:
http://symbolcodes.tlt.psu.edu/bylanguage/mathchart.html

All 4 comments

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 : "&#x207C"; } 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omnimint picture omnimint  路  3Comments

ojvribeiro picture ojvribeiro  路  3Comments

tdolph picture tdolph  路  3Comments

daneren2005 picture daneren2005  路  3Comments

sezeresen picture sezeresen  路  3Comments