<!DOCTYPE html> <html> <head> <style> p.yazitipi1 { font-family: "Times New Roman", Times, serif; } p.yazitipi2 { font-family: Arial, Helvetica, sans-serif; } </style> </head> <body> <h1>CSS font-family</h1> <p class="yazitipi1"> Bu yazı tipi: Times New Roman</p> <p class="yazitipi2">Bu yazı tipi: Arial font.</p> </body> </html>