@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
@font-face {
  font-family: 'Volkhov';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:  param($m) "url('../fonts/" + (Split-Path $m.Groups[1].Value -Leaf) + "')"  format('truetype');
}
