forked from tangled.org/core
this repo has no description

appview: slightly nicer inter font-features

authored by oppi.li and committed by Tangled 9cb8591e d50fdb31

Changed files
+6
+6
input.css
··· 34 34 html { 35 35 font-size: 15px; 36 36 } 37 + @supports (font-variation-settings: normal) { 38 + html { 39 + font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'cv05' 1, 'tnum' 1; 40 + } 41 + } 42 + 37 43 a { 38 44 @apply no-underline text-black hover:underline hover:text-gray-800 dark:text-white dark:hover:text-gray-300; 39 45 }