Title: System Fonts
Author: Nilo Velez
Published: <strong>2018年11月10日</strong>
Last modified: 2024年12月30日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/system-fonts/#description)
 * [レビュー](https://ja.wordpress.org/plugins/system-fonts/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/system-fonts/#installation)
 * [開発](https://ja.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)
で購読してみてください。

## メタ

 *  バージョン **0.6**
 *  最終更新日 **1年前**
 *  有効インストール数 **40+**
 *  WordPress バージョン ** 4.6またはそれ以降 **
 *  検証済み最新バージョン: **6.7.5**
 *  PHP バージョン ** 5.6またはそれ以降 **
 *  言語
 * [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)
 * タグ
 * [front end](https://ja.wordpress.org/plugins/tags/front-end/)[typography](https://ja.wordpress.org/plugins/tags/typography/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/system-fonts/advanced/)

## 評価

レビューはまだ送信されていません。

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/system-fonts/reviews/)

## 貢献者

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

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/system-fonts/)