The M+ OUTLINE FONTS are ready with the CSS3 Web Fonts, named as M+ WEB FONTS. You can use all of the M+ TESTFLIGHT 030 fonts over the Web under the Free license.
All of the letters in this web page will be rendered with CSS3 Web Fonts if your web browser is compatible with it. It's takes a much time to render this web page.
Font files below are in "http://mplus-fonts.sourceforge.jp/webfonts/" directory.
Set font-family property and its url with an @font-face rule.
@font-face
{
font-family: mplus-1p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')
format("truetype");
}
Set the code above into SAMPLE STYLE area if you want to write in a head element.
<head>
<title>SAMPLE TITLE</title>
<style TYPE="text/css">
<!--
SAMPLE STYLE
-->
</style>
</head>
If you want to use all of the M+ WEB FONTS, using mplus_webfonts.css file in mplus-fonts.sourceforge.jp is the best way.
<head> <title>SAMPLE TITLE</title> <link rel="stylesheet" type="text/css" href="http://mplus-fonts.sourceforge.jp/webfonts/mplus_webfonts.css" /> </head>
To choose a font, set the font-family property such as mplus-1p-regular.
<h1 style="font-family: mplus-1p-regular;">SAMPLE TEXT</h1>
If you want to write in a head element, set the code into SAMPLE STYLE area.
h1
{
font-family: mplus-1p-regular;
}
These fonts are free softwares. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially.
THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
W3C - CSS3 module: Web Fonts
http://www.w3.org/TR/css3-webfonts/
M+ FONTS - Project Info
http://sourceforge.jp/projects/mplus-fonts/
M+ OUTLINE FONTS
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/