My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: uppercased text in some browsers

+1 -1
+1 -1
themes/terminal/source/css/main.css
··· 18 18 color: var(--color); 19 19 text-rendering: optimizeLegibility; 20 20 -webkit-font-smoothing: antialiased; 21 - font-feature-settings: "liga", "tnum", "case", "calt", "zero", "ss01", "locl"; 21 + font-feature-settings: "liga", "tnum", "calt", "zero", "ss01", "locl"; 22 22 font-variant-ligatures: contextual; 23 23 -webkit-overflow-scrolling: touch; 24 24 -webkit-text-size-adjust: 100%;