quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

commit 781d1f6e50939c82f208bb9af803bb48f1de1f45
parent e3cc8bbbfa071010a50581bd5f27e6a67c710ef3
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 18 Mar 2020 17:27:38 +0530

serif font for quotes

Diffstat:
Msrc/components/custom.css | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/components/custom.css b/src/components/custom.css @@ -42,3 +42,14 @@ h5:hover > .autolink-header-anchor, h6:hover > .autolink-header-anchor { opacity: 0.5; } + +.entry-content h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'Times New Roman', Times, serif; + letter-spacing: -1px; + word-spacing: 2px; +}