Skip to content

customized fonts - ssx19t by ssx19t

Details

Authorssx19t

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

customized fonts - ssx19t

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         customized fonts - ssx19t
@version      20240809.06.08
@namespace    https://userstyles.world/user/ssx19t
@description  customized fonts - ssx19t
@author       ssx19t
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com"), domain("yahoo.co.jp"), domain("annict.com"), domain("misskey.io"), domain("nicovideo.jp") {
/* Twitter */
@font-face {
    font-family: -apple-system;
    src: local('Zenfit Sans Regular');
    font-weight: normal;
}
@font-face {
    font-family: -apple-system;
    src: local('Zenfit Sans Bold');
    font-weight: bold;
}

/* Yahoo */
@font-face {
    font-family: "メイリオ";
    src: local('Zenfit Sans Regular');
    font-weight: normal;
}
@font-face {
    font-family: "メイリオ";
    src: local('Zenfit Sans Bold');
    font-weight: bold;
}

/* Annict */
:root {
    --bs-font-sans-serif: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* Misskey.io */
@font-face {
    font-family: "BIZ UDGothic";
    src: local('Zenfit Sans Regular');
    font-weight: normal;
}
@font-face {
    font-family: "BIZ UDGothic";
    src: local('Zenfit Sans Bold');
    font-weight: bold;
}

}

Reviews

No reviews yet.