  
 <html>
<head>
<style type="text/css">
h3 {font-family: tahoma}
p {font-family: "MS Sans Serif"}
p.time {font-family: "Times New Roman"}
p.krub {font-family: "TH Krub"}
</style>
</head>

<body>
<h3>??????????????????? font tahoma</h3>

<p>??????????????????? font MS Sans Serif</p>

<p class="time">This is a paragraph font Time New Roman</p>
<!-- ????? Time New Roman  ??????????????????????????? -->

<p class="krub"> ???????????????? font krub ???????? font ????????????????????????????????? tahoma</p>
<!--  ???????? font ????????? www.f0nt.com  -->

</body>

</html>
