Ahoy,
How do I change the font family of the socket?
I tried adding this but it doesn’t work
#socket .menu {
font-family: 'Quicksand' !important;
}
Hey mcraig77,
Try this in Quick CSS:
#socket .copyright {
font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
Best regards,
Rikard
Thanks!