html Mailchimp的Google字体 - https://ericlbarnes.com/2015/03/06/mailchimp-fonts/
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Mailchimp的Google字体 - https://ericlbarnes.com/2015/03/06/mailchimp-fonts/相关的知识,希望对你有一定的参考价值。
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Open+Sans:400,300,700" rel="stylesheet" type="text/css" />
<style type="text/css">h1,h2,h3,h4,h5 {
font-family: 'Playfair Display', serif !important;
font-weight: 300 !important;
}
h1 {
line-height:44px !important;
color: #111 !important;
}
p, .footerContainer {
font-family: 'Open Sans', sans-serif !important;
font-weight: 300 !important;
color: #111 !important;
}
</style>
以上是关于html Mailchimp的Google字体 - https://ericlbarnes.com/2015/03/06/mailchimp-fonts/的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf Mailchimp URLS + Google AdWord URL修复。
apache_conf Mailchimp URLS + Google AdWord URL修复。
如何在 HTML 页面中使用 Google 字体
MailChimp 提交按钮 CSS
html Google字体性能提示
html 正确加载网络字体(根据Google推荐)