@font-face {
    font-family: 'Custom Font Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(custom-font-icons.woff2) format('woff2'),
         url(custom-font-icons.woff) format('woff'),
         url(custom-font-icons.ttf) format('truetype'),
         url(custom-font-icons.svg) format('svg');
}

.fab.fa-twitter-x,
.fab.fa-twitter-x-square {
    font-family: 'Custom Font Icons';
    font-weight: 400;
}

.fa-twitter-x:before {
    content: "\f099";
}

.fa-twitter-x-square:before {
    content: "\f081";
}
