Tipi di FONT






' Tantissimi FONT GOOGLE on line

https://www.w3schools.com/howto/howto_google_fonts.asp

' font specifico

https://www.w3schools.com/howto/tryit.asp?font=Allerta%20Stencil


<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Allerta Stencil' rel='stylesheet'>
<style>
body {
font-family: 'Allerta Stencil';font-size: 22px;
}
</style>
</head>
<body>

<h1>Allerta Stencil</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
<p>123456790</p>
<p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p>
<p>abcdefghijklmnopqrstuvwxyz</p>

</body>
</html>














( tipidifont.html )- by Paolo Puglisi - Modifica del 17/12/2023