Experiment to rebuild Diffuse using web applets.
at main 274 B view raw
1:root { 2 font-family: "Inter", sans-serif; 3 font-size: var(--fs-base); 4} 5 6@supports (font-variation-settings: normal) { 7 :root { 8 font-family: "InterVariable", sans-serif; 9 font-feature-settings: 10 /* "zero" 2, */ "ss03" 2; 11 font-optical-sizing: auto; 12 } 13}