Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Clique
  • #258808
    Kraver
    Member
    Post count: 82

    I am trying to get some basic information for a style guide for my website for a college assignment. I looked under theme options, but the choices were greyed out, so I do not know if this is the correct fonts selected. If I never changed the font and left it default, what are the default fonts? How can I find this information out. When I used Firefly, it just said inherit. I also need to know the background color on my site, too. Can someone help me? Thanks.

    Kelly

    #258812
    Kraver
    Member
    Post count: 82

    also the font size for the default hierarchy. I wish I could figure this out on my own. Thanks.

    #259078
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The fallback font is Helvetica Neue or Myriad Pro, but your site you have set the font Open Sans.

    Please use the Chrome web inspector tool and look at the computed body styles.

    The background color of your site is #222222.

    The default font sizes? Please find those within the style.css file.

    body, h1, h2, h3, h4, h5, h6 {
    	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
    	font-weight: 300;
    }
    h1 {
    	font-size: 24px;
    	line-height: 34px;
    }
    h2 {
    	font-size: 18px;
    	line-height: 26px;
    }
    h3 {
    	font-size: 14px;
    	line-height: 18px;
    	font-weight: normal;
    	margin-bottom: 15px;
    }
    h4 {
    	font-size: 14px;
    	font-weight: normal;
    	text-transform: uppercase;
    	line-height: 18px;
    	margin-bottom: 15px;
    }
    h5 {
    	font-size: 14px;
    	font-weight: normal;
    	line-height: 18px;
    	margin-bottom: 15px;
    }
    h6 {
    	font-size: 12px;
    	font-weight: bold;
    	line-height: 16px;
    	margin-bottom: 10px;
    }
    p {
    	font-size: 12px;
    	line-height: 170%;
    }

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register