<!DOCTYPE html>
<html>
<head>
<style>
p.f12 {
font-size: 12px;
}
p.f15 {
font-size: 25px;
</style>
</head>
<body>
<p class="f12">Dây là font 12px</p>
<p class="f25">Đây là font 25px</p>
</body>
</html>