Google 字体显示为粗体,没有粗体 属性
Google Fonts showing up bold with no bold property
我有一封电子邮件从 Salesforce 发送到 Outlook 365 客户端。
HTML:
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<style>
body {
background-color: #f2f2f2;
font-family: 'Montserrat', serif;
}
<p>
<h4>Thanks for reaching out to</h4>
</p>
它一直输出为粗体,我检查了 outlook 中收到的电子邮件的来源,并且在出站过程中没有应用额外的粗体样式。
有什么想法吗?
默认情况下 <h4>
显示为粗体。
我有一封电子邮件从 Salesforce 发送到 Outlook 365 客户端。
HTML:
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<style>
body {
background-color: #f2f2f2;
font-family: 'Montserrat', serif;
}
<p>
<h4>Thanks for reaching out to</h4>
</p>
它一直输出为粗体,我检查了 outlook 中收到的电子邮件的来源,并且在出站过程中没有应用额外的粗体样式。
有什么想法吗?
默认情况下 <h4>
显示为粗体。