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: 'Montserrat';
      font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD-A.woff) format('woff');
}
    @font-face {
      font-family: 'Montserrat';
      font-display: swap;
  font-style: normal;
  font-weight: 600;
 src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD-A.woff) format('woff');
    }    
  
    thead, tbody td:first-child { font-weight: bold }
    
  </style>
  <title>JS Bin</title>
</head>
<body>
  
  <h1 style="font-family: 'Montserrat', Arial, sans-serif; font-weight: 300">Главная</h1>
  <h1 style="font-family: 'Montserrat', Arial, sans-serif; font-weight: 600">Главная</h1>
 
 
  
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers