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

input.css: set weight to 600 for bold

Prevents the ugly browser enforced bold that we had all this while.

anirudh.fi f13bcce7 907a66ce

verified
Changed files
+9 -1
+9 -1
input.css
··· 13 13 @font-face { 14 14 font-family: "InterVariable"; 15 15 src: url("/static/fonts/InterVariable-Italic.woff2") format("woff2"); 16 - font-weight: normal; 16 + font-weight: 400; 17 17 font-style: italic; 18 + font-display: swap; 19 + } 20 + 21 + @font-face { 22 + font-family: "InterVariable"; 23 + src: url("/static/fonts/InterVariable.woff2") format("woff2"); 24 + font-weight: 600; 25 + font-style: normal; 18 26 font-display: swap; 19 27 } 20 28