この Gist にあったユーザー CSS はこちらの Gist に移転しました
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
/* ツイートを好みのフォントに */ | |
body.ja, .r-gwet1z, .r-1tl8opc, .r-1qd0xha { | |
/* というかコレは昔のTwitterのフォント */ | |
font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; | |
} | |
/* TLのツイートのテキストサイズを好みに */ | |
p.ProfileTweet-text.js-tweet-text.u-dir, .TweetTextSize.js-tweet-text.tweet-text:not(.TweetTextSize--28px), .r-a023e6 { | |
font-size: 14px; | |
line-height: 18px; |