Font issue

Hi,
I am so confused ... I must your help
I have 2 pages that need to be the same just with different color
I used the 'Hover Color' feature and the font not the same
Plan 1- look perfect : http://talknsave.us/2/internet-only/

I need the plan 2 (the number part, to be like the plan 1 with the same font, weight and sizes)
Please help!!!!!
Thanks in advance

Comments

  • Hi,

    as we see, on http://talknsave.us/2/internet-only/ you are loading this font somewhere in the content but on http://talknsave.us/2/short-trip-plans/ you do not load this font and that's why it's different.
  • I don't understand it's build in the same way so why the fonts is different and how I can fix it:

    And this is the css-
    /*--InternetOnly--*/
    .InternetOnlyPlan .hover_color a {
        color: #4B758D!important;
    }
    .InternetOnlyPlan .hover_color{
        color: #4B758D!important;
        text-align: center;
        font-size: 250%;
        line-height: 100%;
        font-family: "Roboto Slab"!important;
    border: 2px solid #dddbdb;
    }
    .InternetOnlyPlan .hover_color :hover {
        color: #ffffff;
    }
    .InternetOnlyPlan .hover_color span {
        font-size: 260%;
    line-height:100%;
    }
    /*ShortTripPlans*/
    .ShortTripPlan .hover_color a {
        color: #67161F!important;
    }
    .ShortTripPlan .hover_color a:hover {
        color: #ffffff!important;
    }
    .ShortTripPlan .hover_color{
        color: #4B758D!important;
        text-align: center;
        font-size: 250%;
        line-height: 100%;
      font-family: 'Roboto Slab',Arial,Tahoma,sans-serif;
    border: 2px solid #dddbdb;
    }
    .ShortTripPlan .hover_color:hover {
        color: #ffffff;
    }
    .ShortTripPlan .hover_color span {
        font-size: 260%;
    line-height:100%;
    }

  • We suggest to look into the content and you will see the difference. On one page you load the font directly in the content, but on the other you don't.
  • What do you mean 'load the font directly '?
    How I can to load the font? I know only the method of css for changing fonts..

  • This is the way of how the font is loaded https://snag.gy/ztZ1FA.jpg - if you don't understand it, check each section of page where this font loads and you see that the font was set somewhere inside. But if you still won't understand what we mean, you need to contact with your web developer.
Sign In or Register to comment.