tor-browser

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

common.css (306B)


      1 @font-face {
      2  font-family: Ahem;
      3  src: url(../fonts/Ahem.ttf);
      4 }
      5 rbc {
      6  display: ruby-base-container;
      7  unicode-bidi: isolate;
      8 }
      9 [pseudo] {
     10  font-size: inherit;
     11  line-height: inherit;
     12 }
     13 [pseudo] > rt {
     14  font-size: 50%;
     15 }
     16 [pseudo] > rt[pseudo] {
     17  font-size: inherit;
     18 }
     19 
     20 .large {
     21  font-size: 200%;
     22 }