aboutsummaryrefslogtreecommitdiff
path: root/_sass/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/typography.scss')
-rw-r--r--_sass/typography.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/_sass/typography.scss b/_sass/typography.scss
index 335e433..db82dc9 100644
--- a/_sass/typography.scss
+++ b/_sass/typography.scss
@@ -15,3 +15,16 @@ aside,
header { text-wrap: balance; }
article { text-align: justify; }
+
+h1 { font-size: 2em; }
+
+html[lang^="ja"] {
+ * { font-style: normal !important; }
+ article { text-align: left; }
+ & {
+ line-height: 1.6;
+ font-size: 9pt;
+ hyphens: none;
+ }
+}
+