an elephantine lizard
an elephantine lizard
an elephantine lizard
@font-face { src: url('fonts/LeagueMonoVariable.ttf'); font-family:'LeagueMonoVariable'; font-style: normal; font-stretch: 1% 500%; /* Required by Chrome */ } .container { font: 1.5rem 'LeagueMonoVariable', sans-serif; } .condensed { font-stretch: 50%; } .normal { font-stretch: 100%; } .expanded { font-stretch: 200%; }
<div class="container"> <p class="condensed">an elephantine lizard</p> <p class="normal">an elephantine lizard</p> <p class="expanded">an elephantine lizard</p> </div>