Home Forums Newsletter Plugin Support Fonts behaving differently at smartphones and desktops

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32307
    marcioehrlich
    Participant

    The same newsletter is looking differently at smartphones and desktops. The mobile shows font styles as you see when you edit it at the dashboard, but Outlook only displays the text in Times New Roman.

    The example can be seen here: http://www.janela.com.br/imagens/temp/thenewsletterplugin-font-problem.jpg

    Thanks,

    Marcio

    #32310
    Stefano
    Keymaster

    Hi, outlook have a lot of problems with fonts, which theme did you used so we can check it?

    Stefano.

    #32686
    marcioehrlich
    Participant

    Ciao, Stefano.
    Sorry for the delay, but I was not notified of your answer.
    I was using the Theme-1. But since then I’ve learned to customize the themes and I changed Theme-1 to a new one where I forced the font-family definition.
    The excerpt row is now like this:

    
    <tr>
      <td style="font-size: 14px; color: #666; font-family: Arial, Helvetica, sans-serif">
        <?php if ($image != null) { ?>
          <img src="<?php echo $image; ?>" alt="picture" align="left"/>
        <?php } ?>
        <p><strong><a target="_tab" href="<?php echo get_permalink(); ?>" style="font-size: 18px; color: #000; font-family: Tahoma, Geneva, sans-serif; text-decoration: none"><?php the_title(); ?></a></strong></p>
        <?php the_excerpt(); ?>
      </td>
    </tr>
    

    And it’s working fine for me!
    Anyway, I guess a css would be better.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.