// Voeg in de webshop bij HTML-injectie in 'Head' de volgende code toe: <link href="/content/css/Default/font-family/de_naam_van_dit_bestand.css" rel="stylesheet">

@font-face {
    font-family: 'Latinka Bold';
    src: url("../../../fonts/Latinka_Bold.ttf") format('truetype');
  }

@font-face {
    font-family: 'Latinka Medium';
    src: url("../../../fonts/Latinka_Medium.ttf") format('truetype');
  }

@font-face {
    font-family: 'Latinka Regular';
    src: url("../../../fonts/Latinka_Regular.ttf") format('truetype');
  }

@font-face {
    font-family: 'Latinka SemiBold';
    src: url("../../../fonts/Latinka_SemiBold.ttf") format('truetype');
  }

