Session 3


You’ll need the following snippets of code for today:

To add the image:
<img src="https://bsb.adegoode.com/wonder/face.png" />
To change the font:
@font-face {
  font-family: 'wonderbookregular';
  src: url('https://bsb.adegoode.com/wonder/wonderbook-regular.woff2') format('woff2'),
  url('https://bsb.adegoode.com/wonder/wonderbook-regular.woff') format('woff');
  url('https://bsb.adegoode.com/wonder/wonderbook-regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}