Skip to content

Hello Noto Sans JP! by deleeete

Details

Authordeleeete

LicenseMIT

Categoryexample.com

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

一般的に使われている日本語フォントをNoto Sans JPに置き換えます。

Notes

Source code

/* ==UserStyle==
@name         Hello Noto Sans JP!
@namespace    github.com/openstyles/stylus
@version      1.0.0
@description  Replace commonly used Japanese fonts with Noto Sans JP.
@author       g3GzxE
@license      MIT
@preprocessor default
==/UserStyle== */

@-moz-document regexp(".*") {

    @font-face {
        font-family: 'Meiryo';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'Meiryo UI';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'メイリオ';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'Yu Gothic';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'Yu Gothic Medium';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'Yu Gothic Light';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'Yu Gothic UI';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: '游ゴシック';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: '游ゴシック Medium';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: '游ゴシック Light';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'YuGothic';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'ui-sans-serif';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'system-ui';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'MS PGothic';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'MS Pゴシック';
        src: local('Noto Sans JP');
    }

    @font-face {
        font-family: 'MS UI Gothic';
        src: local('Noto Sans JP');
    }
}

Reviews

No reviews yet.