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

yarcowang picture yarcowang  路  3Comments

jakuuub picture jakuuub  路  3Comments

petermolnar picture petermolnar  路  3Comments

douglasdeodato picture douglasdeodato  路  3Comments

huuphat picture huuphat  路  3Comments