gpt4 book ai didi

CSS 基础 : Setting a table font to Verdana 9

转载 作者:太空宇宙 更新时间:2023-11-04 09:15:08 25 4
gpt4 key购买 nike

我试图将表格中的字体设置为 Verdana 9,但似乎只设置为 10.5。该格式旨在发布到 Outlook 签名中。

下面页面的基本 CSS 是基本的。我设置不正确吗?

<style>
body {
font-family: Verdana, Geneva, sans-serif;
}
h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 26.4px;
}
h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 15.4px;
}
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
}
blockquote {
font-family: Verdana, Geneva, sans-serif;
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
}
pre {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18.5714px;

table {
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
font-style: normal;
font-variant: normal;

</style>

最佳答案

最后两个 block 没有右括号:

pre {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18.5714px;
}
table {
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
font-style: normal;
font-variant: normal;
}

关于CSS 基础 : Setting a table font to Verdana 9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41826907/

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