this repo has no description
0
fork

Configure Feed

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

Get rid of system-ui

+2 -1
+2 -1
src/index.css
··· 111 111 } 112 112 113 113 body { 114 - font-family: ui-rounded, system-ui; 114 + font-family: ui-rounded, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 115 + Ubuntu, Cantarell, Noto Sans, sans-serif; 115 116 font-size: var(--text-size); 116 117 word-wrap: break-word; 117 118 overflow-wrap: break-word;