Skip to content

Commit 564abd1

Browse files
committed
Upload file: sort-package-json-keithamus.html
1 parent dc2a064 commit 564abd1

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

projects/sort-package-json-keithamus.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@
3434
<link rel="stylesheet" href="/css/styles.css">
3535
<!-- Custom Styles -->
3636
<style>
37-
body {
38-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
39-
background-color: #f4f4f9;
40-
color: #343a40;
41-
padding-top: 56px;
42-
}
37+
body {
38+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
39+
background-color: #f4f4f9;
40+
color: #343a40;
41+
padding-top: 56px;
42+
font-size: 16px;
43+
font-weight: 400; /* Set the default weight for readability */
44+
line-height: 1.6; /* Enhance readability with appropriate spacing */
45+
letter-spacing: 0.5px; /* Subtle spacing for a polished look */
46+
word-spacing: 1px; /* Consistent word spacing */
47+
text-rendering: optimizeLegibility; /* Optimize for legibility on most screens */
48+
-webkit-font-smoothing: antialiased; /* Smooth font rendering for WebKit browsers */
49+
}
4350
a{
4451
text-decoration: none;
4552
}

0 commit comments

Comments
 (0)