0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ChromeのStylishを使って、githubのフォントを変更する

Posted at

githubのフォントを変えるには、Chromeの拡張機能に、指定したサイトにCSSを追加できる Stylish という拡張機能が使える。

それを使って、StylishのCreate New Styleから、以下のようにコードに対してフォントを適用するCSSを追加する。

.blob-code, .blob-code-inner {
     font-family: "Liga InputMono",Hasklig,"Hasklig Light",SourceCodePro,"Source Code Pro",SourceHanCodeJP,"Source Han Code JP,TakaoGothic";
}

github.comとgist.github.comを"URLs starting with"で追加する。

Screen Shot 2019-10-20 at 8.18.36.png
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?