Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1325089
    Headlines34
    Participant

    Hi,

    I can’t figure out the name of the font used in my footer on this site: http://ecklinmedia.com

    Font finder tells me it’s:

    font-family (stack): "Lato",sans-serif
    Font being rendered: "Lato"
    font-size: 11px

    Clearly it’s not, screenshot: https://pageshot.net/A5jzOvilk4vTSmfj/ecklinmedia.com

    Can you identify?

    Thanks,
    Chuck

    #1325093
    Headlines34
    Participant
    This reply has been marked as private.
    #1325174
    Christopher
    Moderator

    Hi there,

    It’s "Lato",sans-serif.

    If you want to edit the font, add following code in Customize -> Custom -> Global CSS :

    .x-colophon-content {
        font-family: cursive;
        font-size: 12px;
    }

    Hope it helps.

    #1326612
    Headlines34
    Participant

    See attached. They both say lato, but The one that says not lato is an entirely different text. The E’s give it away when compared.

    #1326614
    Headlines34
    Participant

    Attached.

    #1326811
    Rad
    Moderator

    Hi there,

    It’s Lato font, it only looks different because letter spacing applied to footer is 2px more which makes a bit wider, and text are style as uppercase.

    Thanks!

    #1327695
    Headlines34
    Participant

    Ok, you guys are right. Any idea why it won’t adapt the font weight? I think that’s the problem.
    Code I’m using in customizer:

    .x-colophon-content {
      font-family: "Lato", sans-serif;
      color: white; 
    	text-transform: uppercase;
    	font-size: 11px;
    	font-weight: 300; 
    	letter-spacing: 2px;}
    #1327706
    Headlines34
    Participant

    I think it’s showing the site typography weight, because it changes when I change that.

    #1327775
    Joao
    Moderator

    Let us know if you need further assistance.

    Cheers

    #1328278
    Headlines34
    Participant

    Any idea why it won’t adapt the font weight? I think that’s the problem.
    Code I’m using in customizer:
    `.x-colophon-content {
    font-family: “Lato”, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;}

    #1328393
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! I have inspected the page and I could see that you added the code. Your code is correct and no questions about it.

    .x-colophon-content {
      font-family: "Lato", sans-serif;
      color: white;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 300;
      letter-spacing: 2px;
    }

    Since you are using SiteGround, could you please disable the supercacher in your hosting panel? The SuperCacher is developed by SiteGround exclusively for their customers. It increases the number of hits a site can handle and boosts the website loading speed. The SuperCacher includes 4 different caching options for maximum optimization of your websites. You can access the tool by clicking on the SuperCacher icon in your cPanel.

    For more information about this, please check it out here: https://www.siteground.com/tutorials/supercacher/supercacher_intro.htm

    Hope this helps.

    #1329002
    Headlines34
    Participant

    Still no good.

    Screenshot: https://pageshot.net/1KACSBFmyfm9SFfN/secureus36.sgcpanel.com

    What else could it be?

    Thanks,
    Chuck

    #1329180
    Jade
    Moderator

    Hi there,

    Would you mind clarifying the URL in question? Is it http://ecklinmedia.com/ or http://chicmoto.com/?

    Thank you.

    #1329452
    Headlines34
    Participant
    This reply has been marked as private.
    #1329633
    Christopher
    Moderator

    Hi there,

    Please add following code at the beginning of custom CSS under Customize -> Custom :

    <link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1325089 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>