Skip to content

Instantly share code, notes, and snippets.

@book000
Created April 8, 2021 22:53
Show Gist options
  • Save book000/9913ba81d18ea9075c3bda70249a4178 to your computer and use it in GitHub Desktop.
Save book000/9913ba81d18ea9075c3bda70249a4178 to your computer and use it in GitHub Desktop.
ticktick.com で中華フォントが使われてしまう問題を解決する
/* ==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