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">
  <title>JS Bin</title>
</head>
<body>
  
  <div>
    
    <div style="font-size:2vw">test</div>
    <div style="font-size:10vw">test2</div>
    <div style="font-size:3vw">test3</div>
    
  </div>
  
</body>
</html>
 
@font-face {
    font-family: 'BigNoodleTitling';
    src: url('https://smania.store/assets/fonts/bignoodle/BigNoodleTitling.woff2') format('woff2'),
        url('https://smania.store/assets/fonts/bignoodle/BigNoodleTitling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
div {
  font-family: 'BigNoodleTitling';
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers