Verified user icon

@DeanMarkTaylor use fontawesome (two icons to create a twitter icon)

content: "\f00c";

where f00c is the unicode

@neil use an URL

content: url(https://cdn.example.com/.../bd8ecfb.png);

1 Like