diff --git a/style/page.css b/style/page.css index bc66e9a..53e8f6c 100644 --- a/style/page.css +++ b/style/page.css @@ -80,6 +80,14 @@ h1 { font-size: 100%; } +h1 small { + font-variant-east-asian: normal; + -moz-font-feature-settings: normal; + -webkit-font-feature-settings: normal; + font-feature-settings: normal; +} + + h1 { font-size: 125%; } h2 { font-size: 125%; } h3 { font-size: 120%; }