Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #720854

    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;
    }
    #721322

    Hey mcraig77,

    Try this in Quick CSS:

    #socket .copyright {
        font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    }

    Best regards,
    Rikard

    #721334

    Thanks!

    #721771

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Socket Font Family’ is closed to new replies.