/*
 * Icon fonts from CDN - local fonts klasörü eksikse ikonların görünmesi için
 * fonts.css'ten sonra yüklenir.
 */

/* Font Awesome 4.7.0 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
}

/* Material Design Icons - CDN */
@font-face {
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: normal;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/fonts/materialdesignicons-webfont.woff2?v=7.4.47') format('woff2'),
       url('https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/fonts/materialdesignicons-webfont.woff?v=7.4.47') format('woff');
}

/* Linearicons - unpkg (font adı şablondaki Linearicons ile eşleşir) */
@font-face {
  font-family: 'Linearicons';
  font-style: normal;
  font-weight: normal;
  src: url('https://unpkg.com/linearicons@1.0.2/dist/web-font/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
       url('https://unpkg.com/linearicons@1.0.2/dist/web-font/fonts/Linearicons-Free.woff?w118d') format('woff');
}
