Block link teaser tests

by phloe

HTML

<link rel="stylesheet" href="https://www.dr.dk/global/publik.css">

<div class="block">
  <span class="text">Hello</span>
</div>

SCSS

body {
  font-family: 'Publik';
}

.block {
  border: lightblue 20px solid;
}

.text {
  font-size: 47px;
  line-height: 1.2;
}