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://sr.wordpress.org/plugins/system-fonts/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/system-fonts/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/system-fonts/#installation)
 * [Изградња](https://sr.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 **1 година раније**
 *  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://sr.wordpress.org/plugins/tags/front-end/)[typography](https://sr.wordpress.org/plugins/tags/typography/)
 *  [Напредни преглед](https://sr.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/)