Title: System Fonts
Author: Nilo Velez
Published: <strong>नवम्बर 10, 2018</strong>
Last modified: दिसम्बर 30, 2024

---

प्लगइन्स खोजें

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](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://hi.wordpress.org/plugins/system-fonts/#description)
 * [समीक्षा](https://hi.wordpress.org/plugins/system-fonts/#reviews)
 *  [स्थापना](https://hi.wordpress.org/plugins/system-fonts/#installation)
 * [विकास](https://hi.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

## समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

## सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

 *   [ 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).

## मेटा

 *  संस्करण **0.6**
 *  Last updated **2 वर्ष पहले**
 *  Active installations **40+**
 *  WordPress version ** 4.6 या ज्यादा **
 *  Tested up to **6.7.7**
 *  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://hi.wordpress.org/plugins/tags/front-end/)[typography](https://hi.wordpress.org/plugins/tags/typography/)
 *  [Advanced View](https://hi.wordpress.org/plugins/system-fonts/advanced/)

## मूल्यांकन

No reviews have been submitted yet.

[आपकी समीक्षा](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/)