Viewing 7 replies - 16 through 22 (of 22 total)
  • Tareq

    (@worthingtech)

    No problem.

    I’ll have a look into that for you!

    Thread Starter its_francesca

    (@its_francesca)

    Thank you ??

    Tareq

    (@worthingtech)

    Do define Quicksand globally, I think you could just do this:

    body {
        font-family: 'Quicksand', sans-serif;
    }
    Thread Starter its_francesca

    (@its_francesca)

    YOU ARE AMAZING, Thank youuu!!!

    Tareq

    (@worthingtech)

    No worries, if you need any further help, I’ve left myself subscribed to this topic so just ask and I’ll be glad to assist.

    One other thing before I go; If you wanted to vary the font-weight i.e. bold/normal, you can do the following:

    @import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

    400 is normal weight
    700 is bold weight

    and to change this in your css selectors, under font-family: 'Quicksand', sans-serif; add another line and enter font-weight: 700; (for example) which would then give you bold styling.

    Up to you!

    Thread Starter its_francesca

    (@its_francesca)

    Thank you so much, I’ll have a play around with what looks good, you’ve been such a massive help.

    All the best! x

    Tareq

    (@worthingtech)

    No problem.

    And to you, just responded to one of your other support requests too!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘How do I center the navigation menu?’ is closed to new replies.