mplusfonts.css 761 B

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