Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style> 
    @font-face {
      font-family: 'Arvo-auto';
      font-display: auto;
      src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Arvo-block';
      font-display: block;
      src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    }
    
    @font-face {
      font-family: 'Arvo-swap';
      font-display: swap;
      src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    }    
    
    @font-face {
      font-family: 'Arvo-optional';
      font-display: optional;
      src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    }    
    @font-face {
      font-family: 'Arvo-fallback';
      font-display: fallback;
      src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    }    
    
    thead, tbody td:first-child { font-weight: bold }
    
  </style>
  <title>JS Bin</title>
</head>
<body>
  
  <h1 style="font-family: Arvo-auto">font-display: auto</h1>
  <h1 style="font-family: Arvo-block">font-display: block</h1>
  <h1 style="font-family: Arvo-swap">font-display: swap</h1>
  <h1 style="font-family: Arvo-optional">font-display: optional</h1>
  <h1 style="font-family: Arvo-fallback">font-display: fallback</h1>
 
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
igrigorikpro
0viewers