Skip to content

Commit 4190917

Browse files
Update index.html
1 parent 4bab1ff commit 4190917

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

privacy/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
margin: 0 auto;
1818
padding: 20px;
1919
max-width: 800px;
20-
font-family: Arial, sans-serif;
21-
line-height: 1.6;
20+
font-family: 'Inter UI', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
21+
line-height: 1.54;
22+
text-rendering: optimizeLegibility;
23+
-webkit-font-smoothing: antialiased;
24+
font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl";
2225
}
2326

2427
h1, h2 {

0 commit comments

Comments
 (0)