<!DOCTYPE...> <html ...> <head> <title>Google Fonts</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine" /> <style type="text/css"> p { font-family: 'Tangerine', serif; } </style> </head> <body> <p> Lorem ipsum dolor sit amet... </p> </body> </html>
Listing 13.7. Rozwiązanie ćwiczenia 13.5
Rozdział 13. Czcionki dla webmastera