提交按钮字体 - 这是什么? (浏览器默认样式)

发布于 2024-09-08 16:31:55 字数 245 浏览 6 评论 0原文

我想知道 标签的默认字体是什么?

我正在运行 Mac OS 10.6 和 Firefox 3.6。但 Safari 5 的字体也是相同的。

默认样式输入按钮的图片如下:http://twitpic.com/2388tp

谢谢!

I was wondering what is the default font is for <input type=submit> tags?

I am running Mac OS 10.6 with Firefox 3.6. But the font is the same for Safari 5 as well.

Pic of default styled input button is here: http://twitpic.com/2388tp

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

一枫情书 2024-09-15 16:31:55

露西达·格兰德.它是 Mac OS X 上的默认系统字体。

Lucida Grande. It's the default system font on Mac OS X.

可能是由默认系统字体定义的。日内瓦或Lucida Grande,很可能是前者。

最好的检查方法是说

.submit
{
    font-family: "Geneva";
}    

Probably defined by the default system font. Geneva or Lucida Grande, most likely the former.

Best way to check would be to say

.submit
{
    font-family: "Geneva";
}    
时光瘦了 2024-09-15 16:31:55

我发现这是Lucida Grande

I found out it was Lucida Grande.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文