?? [f?nt ?f?mili] ??? [fɑnt ?f?m?li]
??? ???
?????? ??Family ?? ???
??: ?? ??? ??? ???? ?? ??? ?????.
??: ??Object.style.fontFamily=font1,font2,...
??: ?? ?? ??? ??? ??? ?? ???? ?????.
?????? ??Family ?? ?
<html> <head> <meta charset="utf-8"> <script type="text/javascript"> function setFont() { document.getElementById("p1").style.fontFamily="arial,sans-serif"; } </script> </head> <body> <p id="p1">這是示例文字</p> <input type="button" onclick="setFont()" value="Change font" /> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????