Title: System Fonts
Author: Nilo Velez
Published: <strong>10, Payares de 2018</strong>
Last modified: 30, Avientu de 2024

---

Guetar plugins

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

# System Fonts

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

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

 * [Details](https://ast.wordpress.org/plugins/system-fonts/#description)
 * [Reviews](https://ast.wordpress.org/plugins/system-fonts/#reviews)
 *  [Installation](https://ast.wordpress.org/plugins/system-fonts/#installation)
 * [Development](https://ast.wordpress.org/plugins/system-fonts/#developers)

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

## Description

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

## Installation

 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

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“System Fonts” is open source software. The following people have contributed to
this plugin.

Contributors

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

“System Fonts” has been translated into 6 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/system-fonts/contributors)
for their contributions.

[Translate “System Fonts” into your language.](https://translate.wordpress.org/projects/wp-plugins/system-fonts)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/system-fonts/), check
out the [SVN repository](https://plugins.svn.wordpress.org/system-fonts/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/system-fonts/) by
[RSS](https://plugins.trac.wordpress.org/log/system-fonts/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **0.6**
 *  Last updated **1 añu ago**
 *  Active installations **40+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 5.6 or higher **
 *  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/)
   y [Ukrainian](https://uk.wordpress.org/plugins/system-fonts/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/system-fonts)
 * Tags
 * [front end](https://ast.wordpress.org/plugins/tags/front-end/)[typography](https://ast.wordpress.org/plugins/tags/typography/)
 *  [Advanced View](https://ast.wordpress.org/plugins/system-fonts/advanced/)

## Ratings

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

## Contributors

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

## Support

Got something to say? Need help?

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