【发布时间】:2012-07-14 18:13:37
【问题描述】:
我确定我一定是某个地方的彻头彻尾的 eedyat,我一直在寻找答案,但是..
我发现 Dreamweaver 从 photoshop 和 illustrator 渲染字体大小的方式存在巨大差异(尝试 pt 和 px 时出现相同的问题)。
链接到以下 3 个屏幕截图: 乔治亚州在 psd 中的 18pt, 乔治亚州在 ai 18pt, 乔治亚州在 18pt 作为 html /系统文本 (与其他字体相同的问题) (尝试使用内联 css 和外部 css)
在这里测试代码:
<body >
<div style="font-family:Georgia, 'Times New Roman', Times, serif; font-size:18pt;">
This is a test this is a test</div>
</body>
</html>
谁能把我说的对吗?
【问题讨论】:
标签: html fonts size dreamweaver