我确定我一定是某个地方的彻头彻尾的人,我一直在寻找答案,但是..
我发现 Dreamweaver 从 photoshop 和 illustrator 渲染字体大小的方式存在巨大差异(尝试了 pt 和 px 相同的问题)。
链接到以下 3 个屏幕截图:Georgia at 18pt in psd, Georgia at 18pt in ai, Georgia at 18pt as html /system text(与其他字体相同的问题)(尝试使用内联 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>
任何人都可以让我正确吗?