gpt4 book ai didi

html - Webfonts 不在 Gmail 应用程序上呈现,但在 Gmail 网络应用程序上呈现

转载 作者:行者123 更新时间:2023-11-28 19:11:57 26 4
gpt4 key购买 nike

我正在尝试使用"Comic Sans MS" 字体,该字体在 gmail 网络应用程序中完美加载,但是当涉及到 gmail 应用程序时,它不会在 gmail 或不加载字体,它只显示常规字体,我浏览了互联网和 Stackoverflow 上的所有帖子,但无法弄清楚我的代码哪里出错了。

下面是我正在使用的代码,不确定我哪里出错了!如果有人能让我知道我在做什么错误以及哪里犯了错误,那就太好了。

 <!DOCTYPE html>
<html style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;\">
<head>
<meta name=\"viewport\" content=\"width=device-width\" />
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
<title>Email Verification</title>
<style type=\"text/css\">
img {
max-width: 100%;
}
body {
-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; width: 100% !important; height: 100%; line-height: 1.6em;
}
body {
background-color: #f6f6f6;
}
@media only screen and (max-width: 640px) {
body {
padding: 0 !important;
}
h1 {
font-weight: 800 !important; margin: 20px 0 5px !important;
}
h2 {
font-weight: 800 !important; margin: 20px 0 5px !important;
}
h3 {
font-weight: 800 !important; margin: 20px 0 5px !important;
}
h4 {
font-weight: 800 !important; margin: 20px 0 5px !important;
}
h1 {
font-size: 22px !important;
}
h2 {
font-size: 18px !important;
}
h3 {
font-size: 16px !important;
}
.container {
padding: 0 !important; width: 100% !important;
}
.content {
padding: 0 !important;
}
.content-wrap {
padding: 10px !important;
}
.invoice {
width: 100% !important;
}
}
</style>
</head>
<body itemscope itemtype=\"http://schema.org/EmailMessage\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; width: 100% !important; height: 100%; line-height: 1.6em; background-color: #f6f6f6; margin: 0;\" bgcolor=\"#f6f6f6\">
<table class=\"body-wrap\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; width: 100%; background-color: #f6f6f6; margin: 0;\" bgcolor=\"#f6f6f6\"><tr style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;\"><td style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0;\" valign=\"top\"></td>
<td class=\"container\" width=\"600\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto;\" valign=\"top\">
<div class=\"content\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; max-width: 600px; display: block; margin: 0 auto; padding: 20px;\">
<table class=\"main\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; border-radius: 3px; background-color: #fff; margin: 0; border: 1px solid #e9e9e9;\" bgcolor=\"#fff\"><tr style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;\">
</tr><tr style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;\"><td class=\"content-wrap\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 20px;\" valign=\"top\">
<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;\"><tr style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;\"><td class=\"content-block\" style=\"font-family: 'Comic Sans MS',cursive,sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; margin: 0; padding: 0 0 20px;\" valign=\"top\">
Hi,
<br /><br />
Please verify your email address by clicking the link below.
<br /><br />
<a href=\"$url\">$url</a>
<br /><br />
If the above URL does not work try copying and pasting it into your browser.<br /><br />
If you still encounter any problem, please contact us at <a href=\"mailto:support@xyz.com\">support@xyz.com</a>
<br /><br />
Thank You,<br />
The XYZTeam
</td>
</tr></table></td>
</tr></table>
</td>
</tr></table></body>
</html>

最佳答案

大多数邮件应用程序不支持字体。您使用的字体可能安装在您的 windows/mac 系统中。因此,当您在浏览器中打开邮件时,它将使用您使用的字体正确呈现。在手机中,它将是默认字体而不是您使用的字体。

请引用Gmail not showing correct font

关于html - Webfonts 不在 Gmail 应用程序上呈现,但在 Gmail 网络应用程序上呈现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59101263/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com