这听起来很明显:
我习惯于使用 illustrator 设计网页模型。当我将所有内容转换为 css 并将页面测试到浏览器中时,即使我在 css 端使用相同的字体设置,我也可以看到 illustrator 模型中的字体更大。
//in css i have
body{font:Georgia,"Times New Roman",Times,serif;font-size:16px;
font-weight:normal;}
//I wrapped the example text inside "h1" tags
h1{font-size:24px;font-weight:normal;}
//in illustrator I have font georgia,24px,font-style "regular" selected
我怎么能解决这个问题?
谢谢
卢卡