<h1>Oh hello there</h1>
* {
box-sizing: border-box;
}
/*
Tiny
http://www.nmtype.com/movement
Weight: 100 - 900
Space axis: 100 – 120
*/
@font-face {
font-family: "Movement";
src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/85648/MovementV.ttf");
}
body {
font-family: 'Movement';
font-variation-settings: 'wght' 200, 'SPAC' 118;
background-color: khaki;
text-align: center;
}
h1 {
font-size: 8rem;
margin: 0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.