
@font-face {
  font-family: 'Foundation Sans Bold';
  src: url('https://cdn.shopify.com/s/files/1/0373/5434/0485/files/FoundationSans-BoldEx-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Esimerkki: fontin käyttö */
body {
  font-family: 'Foundation Sans Bold', sans-serif;
}