tor-browser

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

test_fontFaceRanges.css (391B)


      1 @font-face {
      2  font-family: capitals;
      3  src: url(GentiumPlus-R.woff) format("woff");
      4  unicode-range: U+0041-005A;
      5 }
      6 @font-face {
      7  font-family: lowercase;
      8  src: url(GentiumPlus-R.woff) format("woff");
      9  unicode-range: U+0061-007A;
     10 }
     11 @font-face {
     12  font-family: gentium;
     13  src: url(GentiumPlus-R.woff) format("woff");
     14 }
     15 .gentium {
     16  font-family: capitals, lowercase, gentium, sans-serif;
     17 }