.fa-settings:before {
    content: "\f085";
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/x/icomoon.eot');
    src:  url('../fonts/x/icomoon.eot') format('embedded-opentype'),
    url('../fonts/x/icomoon.ttf') format('truetype'),
    url('../fonts/x/icomoon.woff') format('woff'),
    url('../fonts/x/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter-x{
    font-family: 'icomoon' !important;
}

.fa-twitter-x:before {
    content: "\e900";
}