﻿/* Yerel Font CSS Dosyası */
/* Google Fonts yerel alternatifi */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rocksalt-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/sourcecodepro-light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sourcecodepro-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sourcecodepro-semibold.ttf') format('truetype');
  font-display: swap;
}
