Viewing 6 replies - 1 through 6 (of 6 total)
  • They look really close or identical to me but the first one has minified/cached CSS – so maybe that’s doing something.

    they look the same to me. try pressing Ctrl-0 (zero) while viewing each site to reset your browser zoom.

    look on this page http://cchca.stevelescure.net/ch-garden-club/beauty-spots/ and http://www.cchca.org/testwp/ch-garden-club/beauty-spots/ compare the h1’s

    <h1 class="post-title">
      <span class="cufon cufon-canvas" style="width: 92px; height: 22px;">
        <canvas width="113" height="30" style="width: 113px; height: 30px; top: -6px; left: -3px;"></canvas>
        <span class="cufon-alt">Beauty </span>
      </span>
      <span class="cufon cufon-canvas" style="width: 64px; height: 22px;">
        <canvas width="85" height="30" style="width: 85px; height: 30px; top: -6px; left: -3px;"></canvas>
        <span class="cufon-alt">Spot </span>
      </span>
      <span class="cufon cufon-canvas" style="width: 32px; height: 22px;">
        <canvas width="52" height="30" style="width: 52px; height: 30px; top: -6px; left: -3px;"></canvas>
        <span class="cufon-alt">of </span>
      </span>
      <span class="cufon cufon-canvas" style="width: 47px; height: 22px;">
        <canvas width="67" height="30" style="width: 67px; height: 30px; top: -6px; left: -3px;"></canvas>
        <span class="cufon-alt">the </span>
      </span>
      <span class="cufon cufon-canvas" style="width: 73px; height: 22px;">
        <canvas width="87" height="30" style="width: 87px; height: 30px; top: -6px; left: -3px;"></canvas>
        <span class="cufon-alt">Month</span>
      </span>
    </h1>

    and

    <h1 class="post-title">Beauty Spot of the Month</h1>

    Thread Starter carlsandburg

    (@carlsandburg)

    thanks for all the suggestions! The Ctrl-0 did make a difference – they look the same to me too now. Didn’t know about that… So i suppose that explains it. i’ll look at the other suggestions to to familiarize.

    thanka

    I don’t think that fixed all your problems, as the code I show up there and the images on the home page are not the same size.

    Thread Starter carlsandburg

    (@carlsandburg)

    Thanks Pyrate.Ned – I’ve been looking at it, and I do see differences in the canvas-width (using Inspect Element). No idea what could cause that….

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘copied site to a new server – font size is larger’ is closed to new replies.