]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Use css font features
authorRuben Beltran del Rio <redacted>
Tue, 6 Feb 2024 21:22:22 +0000 (22:22 +0100)
committerRuben Beltran del Rio <redacted>
Tue, 6 Feb 2024 21:22:22 +0000 (22:22 +0100)
css/style.css
img/pizza8831.png [new file with mode: 0644]

index 79ce1056c2512e70fd46850a0ebb67f1fcdfc77b..5a171c797382834120a6bcc285ea01018866565c 100644 (file)
@@ -1,5 +1,8 @@
 body {
-  font-family: "Times New Roman", Times, serif;
+  font-family: "Times New Roman", serif;
+  text-rendering: optimizeLegibility;
+  font-variant: historical-ligatures;
+  font-feature-settings: "hlig" 1, "dlig" 1, "onum" 1, "zero" 1, "swsh" 1, "kern" 1, "medi" 1;
   line-height: 1.6;
   letter-spacing: 0.02em;
 }
diff --git a/img/pizza8831.png b/img/pizza8831.png
new file mode 100644 (file)
index 0000000..473a483
Binary files /dev/null and b/img/pizza8831.png differ