all repos — site @ 91a84dcc5e41545f9c1c13a3d7840ad256afc4cc

source for my site, found at icyphox.sh

Use small caps for h[2-4]
Anirudh Oppiliappan x@icyphox.sh
Sun, 06 Sep 2020 09:24:58 +0530
commit

91a84dcc5e41545f9c1c13a3d7840ad256afc4cc

parent

42dc093628b72a2dfda73047fb981bc4f8a4ecf3

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -310,16 +310,18 @@ }

.subtitle { font-style: italic; + font-weight: normal; + font-variant: unset; color: var(--dark); padding-bottom: 30px; } h2, h3, h4 { - font-weight: normal; + font-variant: all-small-caps; } h2 { - color: var(--gray); + color: var(--dark); } h3 {