Skip to content

Instantly share code, notes, and snippets.

@norilog4
Last active March 5, 2020 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norilog4/38ad3191b96bd66153aacb281635c1ce to your computer and use it in GitHub Desktop.
Save norilog4/38ad3191b96bd66153aacb281635c1ce to your computer and use it in GitHub Desktop.
国産目次プラグイン「Rich Table of Contents」目次のタイトルフォントを太くする方法
@media (min-width: 1024px)
.rtoc-mokuji-content #rtoc-mokuji-title {
font-size: 1.45em; /* ここでフォントサイズを修正 */
}
.rtoc-mokuji-content #rtoc-mokuji-title {
letter-spacing: 0;
font-size: 1.45em; /* ここでフォントサイズを修正 */
line-height: 1.8;
font-weight: 600; /* ここでフォントの太さを修正 */
}
@norilog4
Copy link
Author

norilog4 commented Mar 5, 2020

⬇️このコードの使い方を紹介しているブログはこちら
https://noripon.blog/2020/03/04/how-to-use-wordpress-plugin-rich-table-of-contents-2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment