【发布时间】:2022-02-03 23:21:38
【问题描述】:
我想使用 Adobe 字体创建自定义电子邮件签名。我的邮件由 Strato(德国邮件服务器)托管。
我通过 Apple Mail 插入了这个签名,不幸的是我发现 CSS <style> 部分不包括在内,因为 Apple Mail 只使用了 <body>。因此,我无法导入字体。
有没有办法使用外部 (Adobe) 字体编写我的电子邮件签名,而不会被收件人阻止或下载?
<head>
<style>
@import url("https://use.typekit.net/wur3oiu.css");
body {
background-color: gray;
font-family: pragmatica-extended,sans-serif;
font-weight: 400;
font-style: normal;
}
</style>
</head>
<body style="background: transparent;">
<div >
...
</div>
</body>
【问题讨论】:
-
请编辑问题以将其限制为具有足够详细信息的特定问题,以确定适当的答案。
标签: css email fonts adobe signature