tor-browser

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

mplusfonts.css (761B)


      1 /* M+ outline fonts */
      2 
      3 /* mplus-1p - http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html */
      4 
      5 @font-face {
      6  font-family: mplus1p;
      7  src: url(mplus-1p-thin.ttf);
      8  font-weight: 100;
      9 }
     10 
     11 @font-face {
     12  font-family: mplus1p;
     13  src: url(mplus-1p-light.ttf);
     14  font-weight: 200;
     15 }
     16 
     17 @font-face {
     18  font-family: mplus1p;
     19  src: url(mplus-1p-regular.ttf);
     20  font-weight: normal;
     21 }
     22 
     23 @font-face {
     24  font-family: mplus1p;
     25  src: url(mplus-1p-medium.ttf);
     26  font-weight: 500;
     27 }
     28 
     29 @font-face {
     30  font-family: mplus1p;
     31  src: url(mplus-1p-bold.ttf);
     32  font-weight: bold;
     33 }
     34 
     35 @font-face {
     36  font-family: mplus1p;
     37  src: url(mplus-1p-heavy.ttf);
     38  font-weight: 800;
     39 }
     40 
     41 @font-face {
     42  font-family: mplus1p;
     43  src: url(mplus-1p-black.ttf);
     44  font-weight: 900;
     45 }