tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

font-matching.css (1067B)


      1 body {
      2    font-family: variable_axes, sans-serif;
      3    font-size: 80px;
      4    font-synthesis: none;
      5 }
      6 
      7 #stretch_style_weight_1 {
      8    font-stretch: 50%;
      9    font-style: oblique -90deg;
     10    font-weight: 100;
     11 }
     12 
     13 #stretch_style_weight_2 {
     14    font-stretch: 62.50%;
     15    font-style: oblique -67.5deg;
     16    font-weight: 200;
     17 }
     18 
     19 #stretch_style_weight_3 {
     20    font-stretch: 75%;
     21    font-style: oblique -45deg;
     22    font-weight: 300;
     23 }
     24 
     25 #stretch_style_weight_4 {
     26    font-stretch: 87.50%;
     27    font-style: oblique -20deg;
     28    font-weight: 400;
     29 }
     30 
     31 #stretch_style_weight_5 {
     32    font-stretch: 100%;
     33    font-style: oblique 0deg;
     34    font-weight: 500;
     35 }
     36 
     37 #stretch_style_weight_6 {
     38    font-stretch: 112.50%;
     39    font-style: oblique 20deg;
     40    font-weight: 600;
     41 }
     42 
     43 #stretch_style_weight_7 {
     44    font-stretch: 125%;
     45    font-style: oblique 45deg;
     46    font-weight: 700;
     47 }
     48 
     49 #stretch_style_weight_8 {
     50    font-stretch: 150%;
     51    font-style: oblique 67.5deg;
     52    font-weight: 800;
     53 }
     54 
     55 #stretch_style_weight_9 {
     56    font-stretch: 200%;
     57    font-style: oblique 90deg;
     58    font-weight: 900;
     59 }