m+webfonts

ENGLISH - JAPANESE

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

Font files below are in "http://mplus-fonts.sourceforge.jp/webfonts/" directory.

Proportional fonts (proportional alphabets and fixed-fullwidth Japanese)
mplus-1p-thin.ttf
mplus-1p-light.ttf
mplus-1p-regular.ttf
mplus-1p-medium.ttf
mplus-1p-bold.ttf
mplus-1p-heavy.ttf
mplus-1p-black.ttf
mplus-2p-thin.ttf
mplus-2p-light.ttf
mplus-2p-regular.ttf
mplus-2p-medium.ttf
mplus-2p-bold.ttf
mplus-2p-heavy.ttf
mplus-2p-black.ttf
mplus-1c-thin.ttf
mplus-1c-light.ttf
mplus-1c-regular.ttf
mplus-1c-medium.ttf
mplus-1c-bold.ttf
mplus-1c-heavy.ttf
mplus-1c-black.ttf
mplus-2c-thin.ttf
mplus-2c-light.ttf
mplus-2c-regular.ttf
mplus-2c-medium.ttf
mplus-2c-bold.ttf
mplus-2c-heavy.ttf
mplus-2c-black.ttf
Fixed-width fonts (fixed-halfwidth alphabets and fixed-fullwidth Japanese)
mplus-1m-thin.ttf
mplus-1m-light.ttf
mplus-1m-regular.ttf
mplus-1m-medium.ttf
mplus-1m-bold.ttf
mplus-2m-thin.ttf
mplus-2m-light.ttf
mplus-2m-regular.ttf
mplus-2m-medium.ttf
mplus-2m-bold.ttf
mplus-1mn-thin.ttf
mplus-1mn-light.ttf
mplus-1mn-regular.ttf
mplus-1mn-medium.ttf
mplus-1mn-bold.ttf
top

CSS EXAMPLES

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;
}
top

LICENSE

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.

top

LINKS

top
SourceForge.jp