I solved all issues by myself, and there is a bug in font-awesome fonts, they don't have to reverse as text or other elements do, the problem is @charset "UTF-8";.fa,.fab,.fal,.far,.fas {
transform: scale(-1,1)
}
you shouldn't scale it, the correct one is fa,.fab,.fal,.far,.fas {
transform: scale(1,1)
Thank you,