Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sass/custom/typography.scss')
-rw-r--r--static/sass/custom/typography.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/sass/custom/typography.scss b/static/sass/custom/typography.scss
index 83d79b7..dda018a 100644
--- a/static/sass/custom/typography.scss
+++ b/static/sass/custom/typography.scss
@@ -5,6 +5,8 @@
html {
color: $base;
font-size: $fontSize;
+ font-variant-ligatures: common-ligatures;
+ text-rendering: optimizeLegibility;
}
.template {