需要你的帮助。
我为电子邮件广告系列创建了一个html文件。
我的部分如下:
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Roboto+Mono|Roboto+Slab" rel="stylesheet">
<script src="https://use.fontawesome.com/9e62601324.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<style>
h1 {font-size: 18px;}
.logo img {width: 100px; margin-top: 5%;}
.left-section {margin-top: 2%;}
.right-section {border-left: 1px solid #62a70f;}
.main-content {font-family: 'Roboto', sans-serif;}
h1 {background-color: #004467; padding: 10px; color: #fff;}
.right-section {transform: translateY(10%);}
.left-section li, .right-section li {list-style-type: none;}
.fa {color: #62a70f;}
ul {margin-left: -40px;}
footer {border: 1px solid #e5e5e5; padding: 10px; font-size: 10px; margin-top: 5%;}
</style>
</head>
问题是电子邮件服务器不使用引导程序和字体很棒,我的同事告诉我使用它们嵌入式,我不知道该怎么做。
有任何想法或建议吗?
非常感谢,
Sandra P。