Viewing no "light" or thin" fonts with nav menu

no "light" or thin" fonts with nav menu



User: Patrick C. 11 years ago
Actually chrome isn't working either..
User: Roddy 11 years ago
You need to add a link to the font on the Google server, state the required font weight and add some styles in the Head Code box on the Site Wide Publishing Settings page to change the font.

Paste this code into the Site Wide Head Box...

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300">
<style type="text/css">
#navmenu_menu0 ul li a {font-family:'Source Sans Pro', Trebuchet MS, sans-serif;font-weight:300}
</style>

Note that I have stated the font family, added a fallback web safe font and generic group and stated the font weight. This is the same value (300) as the one I added to the link to the font on the Goole server.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Patrick C. 11 years ago
Legend Roddy, thank you.
User: Paul-RAGESW 11 years ago
This should all work with version 1.8. It will be released soon.

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.