答案 0 :(得分:0)
你应该使用或rem中的措施。适合缩放和你的reponsive设计。像素不适合zoomin
示例:http://codepen.io/SitePoint/full/XmRaGd/
h1 {
font-size: 3em;
}
h2 {
font-size: 2.5em;
}
h3 {
font-size: 2em;
}
Documentacion:https://www.sitepoint.com/understanding-and-using-rem-units-in-css/