| 1行目: |
1行目: |
| | <html lang="ja"> | | <html lang="ja"> |
| | <head> | | <head> |
| | + | <script type="text/javascript"> |
| | + | var font-file = <div class="font-file"> |
| | + | <div class="font"> |
| | + | <font style="font-size:24px;">利用者 & 利用者 おぐろ</font> |
| | + | </div> |
| | + | <div class="fontsummary"> |
| | + | <font style="font-size:14px;">利用者名:おぐろ</br>ファイルサイズ:50KG</br>バージョン:バージョンv.2.4.3</font></br> |
| | + | <font style="font-size:12px;">(c)2001 My mother All Rights Reserved</font> |
| | + | </div> |
| | + | <font style="font-size:14px;">abcdefghtjklmnopqrstuvwxyz</br>ABCDEFGHIJKLMNOPQRSTUVWXYZ</br>123456789.:,;(:**!?')</font> |
| | + | <div class="alphabet"> |
| | + | </div> |
| | + | <div class="samples"> |
| | + | 12 <font style="font-size:10px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | 16 <font style="font-size:14px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | 24 <font style="font-size:16px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | 36 <font style="font-size:20px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | 48 <font style="font-size:24px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | 60 <font style="font-size:30px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | 72 <font style="font-size:36px;">Mastodonでインターネットの世界が広がります。1234567890</font></br> |
| | + | </div> |
| | + | </div> |
| | + | function ChangeTxt(txt) { |
| | + | document.getElementById("body").innerHTML=txt; |
| | + | } |
| | + | |
| | + | </script> |
| | <style> | | <style> |
| | div .font{ | | div .font{ |
| 14行目: |
41行目: |
| | </head> | | </head> |
| | <body> | | <body> |
| − | <div class="font"> | + | <li><a href="javascript:void(0)" onclick="ChangeTxt(font-file); return false;">Windowsフォント風</a></li> |
| − | <font style="font-size:24px;">利用者 & 利用者 おぐろ</font> | + | <div class="body"> |
| − | </div>
| |
| − | <div class="fontsummary">
| |
| − | <font style="font-size:14px;">利用者名:おぐろ</br>ファイルサイズ:50KG</br>バージョン:バージョンv.2.4.3</font></br>
| |
| − | <font style="font-size:12px;">(c)2001 My mother All Rights Reserved</font>
| |
| − | </div> | |
| − | <font style="font-size:14px;">abcdefghtjklmnopqrstuvwxyz</br>ABCDEFGHIJKLMNOPQRSTUVWXYZ</br>123456789.:,;(:**!?')</font>
| |
| − | <div class="alphabet">
| |
| − | </div>
| |
| − | <div class="othersize"> | |
| − | 12 <font style="font-size:10px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| − | 16 <font style="font-size:14px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| − | 24 <font style="font-size:16px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| − | 36 <font style="font-size:20px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| − | 48 <font style="font-size:24px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| − | 60 <font style="font-size:30px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| − | 72 <font style="font-size:36px;">Mastodonでインターネットの世界が広がります。1234567890</font></br>
| |
| | </div> | | </div> |
| | </body> | | </body> |
| | </html> | | </html> |