Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Tipos de fuente en CSS">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="serif">
    Fuente Serif
  </div>
  
  <div class="sans">
    Fuente Sans-Serif
  </div>
  
  <div class="monospace">
    Fuente Monospace
  </div>
  
  <div class="cursive">
    Fuente Cursive
  </div>
  
  <div class="fantasy">
    Fuente Fantasy
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
pedroprietopro
0viewers