I’m designing a document page for a friend and using a child theme for a theme called “Simpelli”. I’ve enqued a specific style sheet to deal with the typography and layout we need for document styles.
I’m using a particular style for blockquote sections (which are actual quotes), and then a separate style for the quote-author’s attribution. On Firefox, things don’t look too bad. But in Safari, the Quote Author class is squashed up against the blockquote itself.
Also, in Safari, bold sub-headlines are not rendered properly in bold.
Thanks for any hints on how I can correct this.
]]>If you are still stuck, then, using the browser inspectors in safari and say firefox, I would compare how the composing blocks/paragraphs etc (div and p) are behaving. How are they nesting and spacing, how do they flow ? I would probably even sketch what was happening.
How fonts render can vary on the fonts available, same as to which weights are available. For example “font-weight: 400;” may render the same as a weight of 500, while on a different browser it jumps to a heavier render.
]]>