aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-05 14:57:24 +0300
committerValentin Popov <valentin@popov.link>2023-05-05 14:57:24 +0300
commit9ef8b5c7d41261c6e263b0eb124c62ce435e57f1 (patch)
treef969c270d1bb8adacfe2338e7522b9c93436e9d4
parent5065c45e02eb94f44242b114be147c1e1c42bcb7 (diff)
downloadpopov.link-9ef8b5c7d41261c6e263b0eb124c62ce435e57f1.tar.xz
popov.link-9ef8b5c7d41261c6e263b0eb124c62ce435e57f1.zip
fix(7): Fixed italic font style
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--sass/_framework.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/_framework.scss b/sass/_framework.scss
index 757de68..e692dd3 100644
--- a/sass/_framework.scss
+++ b/sass/_framework.scss
@@ -16,7 +16,7 @@ body {
color: $color-text;
font-feature-settings: $font-feature;
font-size: $font-size-base;
- font-synthesis: none;
+ font-synthesis: weight style small-caps;
line-height: 1.54;
margin: auto;
max-width: 60em;