html - minus "-" sign not working css content '\f117' is not working recently -


how make old version fontawesome3 work

i using css content show - symbol in page. have used below code , working fine before. noticed content: "\f117"; not show symbol.

why happening now? has unicode representing character changed? have not included additional css file.

.test-thiselemtn:before {     content: "\f117"; } 

update1:- updating question.

how make old version fontawesome 3.2.1 work, is, -ve sign of unicode content '\f117' displayed correctly. also, has eot woff , ttf files?

update2:-

how make 2 versions of fontawesome v3.2.1 , v4.. work together?

the unicode - symbol in font awesome \f068. if doesn't load too, use font-family: fontawesome in css.

.test-thiselemtn:before{ content: "\f068"; font-family: fontawesome;} 

if don't want use font awesome can use

.test-thiselememtn:before{ content: "\2012";} 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -