tor-browser

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

main.scss (493B)


      1 ---
      2 ---
      3 
      4 @import "minima";
      5 
      6 @font-face {
      7    font-display: swap;
      8    font-family: 'Zilla Slab';
      9    font-style: normal;
     10    font-weight: 700;
     11    src: url("/assets/fonts/ZillaSlab-Bold.woff2") format("woff2");
     12 }
     13 
     14 .wrapper {
     15    max-width: -webkit-calc(1024px - (30px * 2));
     16    max-width: calc(1024px - (30px * 2));
     17 }
     18 
     19 .site-title {
     20    font-weight: 700;
     21    font-family: 'Zilla Slab', sans-serif;
     22 }
     23 
     24 h1, h2, h3, h4, h5, h6 {
     25    font-weight: 700;
     26    font-family: 'Zilla Slab', sans-serif;
     27 }