frontend for xcvr appview

prettier font

+1
+1
static/main.css
··· 7 7 :root { 8 8 font-family: Inter, sans-serif; 9 9 font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */ 10 + -webkit-font-smoothing: antialiased; 10 11 } 11 12 @supports (font-variation-settings: normal) { 12 13 :root { font-family: InterVariable, sans-serif; }