Skip to content

太くて読みやすいフォントのOutlook by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categoryoutlook.office.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

OutlookのUIで使われる Yu Gothic UI フォントを置き換えることで、文字がかすれる問題を改善します。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           太くて読みやすいフォントのOutlook
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    OutlookのUIで使われる Yu Gothic UI フォントを置き換えることで、文字がかすれる問題を改善します。
@author         menndouyukkuri
==/UserStyle== */

@-moz-document domain("outlook.office.com") {
    @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@400;700&display=swap');
    @font-face {
        font-family: "Yu Gothic UI";
        src: local("Yu Gothic UI Semibold");
        font-weight: 400;
    }
    button.d5kvP, button.d5kvP > span:not(.fui-Button__icon), #MainModule > div > div > div.q9iRC, #MainModule > div > div > div.q9iRC *:not(i), #ItemReadingPaneContainer, #ItemReadingPaneContainer *:not(i), #docking_InitVisiblePart_1, #docking_InitVisiblePart_1 *:not(i), .PlainText {
        font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, source-han-sans-japanese, "Noto Sans CJK JP", source-han-sans-cjk-ja, "Noto Sans JP", メイリオ, Meiryo, "MS Pgothic", Osaka, "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif !important;
    }
}

Reviews

No reviews yet.