Created
April 8, 2021 22:53
-
-
Save book000/9913ba81d18ea9075c3bda70249a4178 to your computer and use it in GitHub Desktop.
ticktick.com で中華フォントが使われてしまう問題を解決する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Resolve an issue with Chinese fonts being used on ticktick.com | |
@namespace tomacheese.com | |
@version 1.0.0 | |
@updateURL https://gist.github.com/book000/9913ba81d18ea9075c3bda70249a4178/raw/ticktick-japanese-font.user.css | |
@description ticktick.com で中華フォントが使われてしまう問題を解決する | |
@author Tomachi (book000) | |
==/UserStyle== */ | |
@-moz-document domain("ticktick.com") { | |
* { | |
font-family: sans-serif,Meiryo !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment