突然想到,站長可能是 IE 的愛好者,而我都是用 FF。我改用 IE 連進來,果然字就變大了一些。
我查一下這個網站的 CSS,字型是以 px 為單位,建議站長改為 em 為單位,這個相對於瀏覽器調整大小。
http://herb-tw.com/style.php?id=170&lang=zh_cmn_hant
body {
/* Text-Sizing with ems: http ://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 0px 0 0 0;
}