So how can I get the different variations of the font in CSS? (e.g.: I want condensed ultra light for instance)<p>Will it work with font-weight and font-stretch?<p>e.g.: Will this use the font variations instead of letting the browser do the interpolation?<p><pre><code> font-weight: 100;
font-stretch: condensed;</code></pre>