HTML CSS examples for CSS Widget:Font
Laravel Dom PDF Google fonts
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet"> <style type="text/css"> .signature {<!--from w ww . java2 s . c om--> font-family:'Caveat', cursive; font-size:31px; } </style> </head> <body> <p class="signature">Lore</p> </body> </html>