Title: System Fonts
Author: Nilo Velez
Published: <strong>10 lapkričio, 2018</strong>
Last modified: 30 gruodžio, 2024

---

Ieškoti įskiepiuose

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

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

# System Fonts

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

[Parsisiųsti](https://downloads.wordpress.org/plugin/system-fonts.zip)

 * [Informacija](https://lt.wordpress.org/plugins/system-fonts/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/system-fonts/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/system-fonts/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/system-fonts/#developers)

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

## Aprašymas

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

## Diegimas

 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

## Atsiliepimai

Įskiepis neturi atsiliepimų.

## Programuotojai ir komandos nariai

“System Fonts” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti
toliau.

Autoriai

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

Įskiepis “System Fonts” išverstas į 6 kalbas. Dėkojame [vertėjams](https://translate.wordpress.org/projects/wp-plugins/system-fonts/contributors)
už jų darbą.

[Išverskite “System Fonts” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/system-fonts)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/system-fonts/), naršykite
[SVN repozitorijoje](https://plugins.svn.wordpress.org/system-fonts/), arba užsiprenumeruokite
[kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/system-fonts/) per
[RSS](https://plugins.trac.wordpress.org/log/system-fonts/?limit=100&mode=stop_on_copy&format=rss).

## Metainformacija

 *  Version **0.6**
 *  Atnaujinta **prieš 2 metai**
 *  Aktyvių instaliacijų **30+**
 *  WordPress versija ** 4.6 ar naujesnė **
 *  Ištestuota iki **6.7.7**
 *  PHP versija ** 5.6 ar naujesnė **
 *  Kalbos
 * [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/)
   ir [Ukrainian](https://uk.wordpress.org/plugins/system-fonts/).
 *  [Išversti į savo kalbą](https://translate.wordpress.org/projects/wp-plugins/system-fonts)
 * Žymos
 * [front end](https://lt.wordpress.org/plugins/tags/front-end/)[typography](https://lt.wordpress.org/plugins/tags/typography/)
 *  [Daugiau](https://lt.wordpress.org/plugins/system-fonts/advanced/)

## Įvertinimai

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/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/system-fonts/)