所以在设计页面css样式的时候经常会设置,好几个字体,对方如果没有你所需求的第一个字体样式的话,他会匹配你设置的多个字体,直到匹配为止。
经常css字体设置时是这样的:font-family:隶书,arial,sans-serif
多设置几个(最后一个sans-serif是计算机都匹配的)
我的建议希望对你有用!谢谢!
body {font-family: "隶书,"
font-size: 12px
background-image: url(bg.jpg)
background-repeat: no-repeat
background-position: right bottom
background-attachment: fixed
}
a:link {
text-decoration: none
}