CSS to change the font family across your SocialGO network


/ Published in: CSS
Save to your folder(s)

Change existing sample styles to whatever family you wish, then put between tags and save in your Ads & Custom HTML area in the Head and Meta Data box


Copy this code and paste it in your HTML
  1. body, td, th, textarea, h1, h2, h3, h4, h5, h6 {
  2. font-family:"Lucida Grande",Verdana,Helvetica,sans-serif;
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.