I\'m working on making my site look the same under Safari and Chrome. In Chrome it looks exactly how I want it to. The major problem is that Google Font doesn\'t seem to be
Even though this is an old question I thought I would add my solution (that i found elsewhere) so as to help others.
When you declare your fonts in your CSS, add an "!important" at the end. It cleared up my problem.
body { font: { family: $arvo, sans-serif !important; size: 18px; }