Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix chrome font weight rendering (#2694)

authored by

Eric Bailey and committed by
GitHub
68639db7 2ce9ab7d

+2
+1
bskyweb/templates/base.html
··· 99 99 -webkit-font-smoothing: antialiased; 100 100 -moz-osx-font-smoothing: grayscale; 101 101 -ms-overflow-style: scrollbar; 102 + font-synthesis-weight: none; 102 103 } 103 104 104 105 /* Remove default link styling */
+1
web/index.html
··· 103 103 -webkit-font-smoothing: antialiased; 104 104 -moz-osx-font-smoothing: grayscale; 105 105 -ms-overflow-style: scrollbar; 106 + font-synthesis-weight: none; 106 107 } 107 108 108 109 /* Remove default link styling */