tor-browser

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

font.css.template (201B)


      1 @font-face {
      2   font-family: 'wpt';
      3   font-style: normal;
      4   font-weight: normal;
      5   src: url(/common/security-features/subresource/font.py?id=%(id)s) format('truetype');
      6 }
      7 body {
      8   font-family: 'wpt';
      9 }