]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Create Build
[rbdr/r.bdr.sh] / css / style.css
index 7a9fc90d383ddb9542901f31dfb36e2ed4ea4d71..a1e9b6ef656c50adcb0e156c66f97cdeeceaeb15 100644 (file)
@@ -1,8 +1,10 @@
+html {
+  scroll-behavior: smooth;
+}
+
 body {
-  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;
+  font-family: "Hoefler Text", "Times New Roman", serif;
+  font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
   line-height: 1.6;
   letter-spacing: 0.02em;
 }
@@ -27,7 +29,9 @@ body {
     width: 14.6em;
   }
 
-  .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) p {
+  .columned .h2:not(:only-child) .h3,
+  .columned .h2:not(:only-child) li,
+  .columned .h2:not(:only-child) p {
     width: 22em;
   }