Title: System Fonts
Author: Nilo Velez
Published: <strong>10 Kasım 2018</strong>
Last modified: 30 Aralık 2024

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://ps.w.org/system-fonts/assets/icon-256x256.png?rev=2720585)

# System Fonts

 [Nilo Velez](https://profiles.wordpress.org/nilovelez/) tarafından

[İndir](https://downloads.wordpress.org/plugin/system-fonts.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/system-fonts/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/system-fonts/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/system-fonts/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/system-fonts/#developers)

 [Destek](https://wordpress.org/support/plugin/system-fonts/)

## Açıklama

System Fonts enqueues a stylesheet that lets you use the native font on each operating
system and defines a system-ui css @font-face that you can use on the customizer,
your theme’s settings or your own code.

#### Usage example

The Twenty Seventeen theme uses this css selector for the body text:

    ```
    body, button, input, select, textarea {
      font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    }
    ```

We are going to replace it with the default system font.
 In you WordPress site,
go to `Appearance > Customize > Additional CSS` and paste this code

    ```
    body, button, input, select, textarea {
      font-family: system-ui;
    }
    ```

Appart from them font-family, there are other font-properties available:

 * font-style: normal or italic;
 * font-weight: 300 (light), 400 (regular), 500 (medium), 700 (bold);

For example this is the code make an element’s text semibold and cursive:

    ```
    #my-element {
      font-family: system-ui;
      font-weight: 500;
      font-style: italic;
    }
    ```

## Yükleme

 1. Upload the plugin files to the `/wp-content/plugins/system-fonts` directory, or
    install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“System Fonts” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda 
bulunmuşlardır.

Katkıda bulunanlar

 *   [ Nilo Velez ](https://profiles.wordpress.org/nilovelez/)

“System Fonts” 6 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/system-fonts/contributors)
teşekkürler.

[“System Fonts” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/system-fonts)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/system-fonts/), [SVN deposuna](https://plugins.svn.wordpress.org/system-fonts/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/system-fonts/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/system-fonts/)
abone olun.

## Meta

 *  Sürüm **0.6**
 *  Son güncelleme **2 yıl önce**
 *  Etkin kurulumlar **30+**
 *  WordPress sürümü ** 4.6 veya üstü **
 *  Test edilen sürüm **6.7.7**
 *  PHP sürümü ** 5.6 veya üstü **
 *  Diller
 * [English (US)](https://wordpress.org/plugins/system-fonts/), [Galician](https://gl.wordpress.org/plugins/system-fonts/),
   [Russian](https://ru.wordpress.org/plugins/system-fonts/), [Spanish (Chile)](https://cl.wordpress.org/plugins/system-fonts/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/system-fonts/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/system-fonts/)
   ve [Ukrainian](https://uk.wordpress.org/plugins/system-fonts/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/system-fonts)
 * Etiketler
 * [front end](https://tr.wordpress.org/plugins/tags/front-end/)[typography](https://tr.wordpress.org/plugins/tags/typography/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/system-fonts/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Değerlendirmeniz](https://wordpress.org/support/plugin/system-fonts/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/system-fonts/reviews/)

## Katkıda bulunanlar

 *   [ Nilo Velez ](https://profiles.wordpress.org/nilovelez/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/system-fonts/)