Thin Roboto Example

by Alexander Zonov

HTML

<link href="https://fonts.googleapis.com/css?family=Roboto:100&display=swap" rel="stylesheet">
<style type="text/css">
  .text {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 100;
    line-height: 1.10909;
  }
</style>
<div class="text">
  Алая вспышка осветила силуэт зазубренного крыла.
</div>