Title: System Fonts
Author: Nilo Velez
Published: <strong>نوامبر 10, 2018</strong>
Last modified: دسمبر 30, 2024

---

جستجوی افزونه‌ها

این افزونه **با آخرین 3 نسخه اصلی وردپرس تست نشده است**. ممکن است دیگر نگهداری یا
پشتیبانی نشود و ممکن است هنگام استفاده با نسخه های جدیدتر وردپرس مشکلات سازگاری 
داشته باشد.

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

# System Fonts

 توسط [Nilo Velez](https://profiles.wordpress.org/nilovelez/)

[دانلود](https://downloads.wordpress.org/plugin/system-fonts.zip)

 * [جزئیات](https://fa-af.wordpress.org/plugins/system-fonts/#description)
 * [نقد و بررسی‌ها](https://fa-af.wordpress.org/plugins/system-fonts/#reviews)
 *  [نصب](https://fa-af.wordpress.org/plugins/system-fonts/#installation)
 * [توسعه](https://fa-af.wordpress.org/plugins/system-fonts/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/system-fonts/)

## توضیحات

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;
    }
    ```

## نصب

 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

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“System Fonts” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

“System Fonts” به 6 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/system-fonts/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “System Fonts” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/system-fonts)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/system-fonts/), را 
بررسی کنید [مخزن SVN](https://plugins.svn.wordpress.org/system-fonts/), یا مشترک
شوید [گزارش توسعه](https://plugins.trac.wordpress.org/log/system-fonts/) توسط [RSS](https://plugins.trac.wordpress.org/log/system-fonts/?limit=100&mode=stop_on_copy&format=rss).

## اطلاعات

 *  Version **0.6**
 *  Last updated **2 سال پیش**
 *  Active installations **40+**
 *  WordPress version ** 4.6 یا بالاتر **
 *  Tested up to **6.7.5**
 *  PHP version ** 5.6 یا بالاتر **
 *  Languages
 * [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/),
   و [Ukrainian](https://uk.wordpress.org/plugins/system-fonts/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/system-fonts)
 * Tags
 * [front end](https://fa-af.wordpress.org/plugins/tags/front-end/)[typography](https://fa-af.wordpress.org/plugins/tags/typography/)
 *  [نمایش پیشرفته](https://fa-af.wordpress.org/plugins/system-fonts/advanced/)

## امتیازها

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/system-fonts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/system-fonts/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/system-fonts/)