diff options
Diffstat (limited to '_sass/typography.scss')
-rw-r--r-- | _sass/typography.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_sass/typography.scss b/_sass/typography.scss new file mode 100644 index 0000000..335e433 --- /dev/null +++ b/_sass/typography.scss @@ -0,0 +1,17 @@ +html { + font-family: sans-serif; + font-size: 10pt; + hyphens: auto; + tab-size: 2; +} + +code { + font-family: monospace; + font-size: 9pt; +} + +h1, h2, h3, h4, h5, h6, +aside, +header { text-wrap: balance; } + +article { text-align: justify; } |