@font-face {
    font-family: 'socdings-wf';
    src: url('socdings.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

i.fa-twitter
{    
    &::before
    {
        content: "x";
        font-family: socdings-wf;
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        vertical-align: bottom;
    }
}