Last active
December 24, 2020 14:26
-
-
Save kijuky/4b81ef93981b58abe84497221eb96abc to your computer and use it in GitHub Desktop.
AA(アスキーアート)のテスト http://matometest755.blog.fc2.com/blog-entry-6.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<style> | |
@font-face{ | |
font-family: 'Saitamaar'; | |
src: local('Saitamaar'), | |
url('http://keage.sakura.ne.jp/fonts/Saitamaar.eot?') format('eot'), | |
url('http://keage.sakura.ne.jp/fonts/Saitamaar.woff.php') format('woff'), | |
url('http://keage.sakura.ne.jp/fonts/Saitamaar.ttf') format('truetype'), | |
url('http://keage.sakura.ne.jp/fonts/Saitamaar.ttf.php') format('truetype'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.aa { | |
font-family:"Mona","IPA モナー Pゴシック","IPAMonaPGothic","IPA mona PGothic","IPA MONAPGOTHIC","MS PGothic AA","mona-gothic-jisx0208.1990-0","MS PGothic","MS Pゴシック", sans-serif; | |
line-height:18px; | |
font-size:16px; | |
-moz-text-size-adjust: none; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100%; | |
text-size-adjust: 100%; | |
} | |
</style> | |
<div class="aa"> | |
<br> ____ | |
<br> /:: :: :: :: ::/\ | |
<br> ___/__.. ----‐┴=ミ}_} | |
<br> /:: ::_::_::_::_::_::_::_:: :: :: :: :\ | |
<br> `ー|:::|从/il::::::l::ハ::::トミ/ | |
<br> |:::| ○八:::::○ |:::|)::「 | |
<br> |:::| '''' \{ '''|:::|::::| | |
<br> |:个ト/´)-=≦リ:リ:::::| | |
<br> /|:::|::l/ ̄}】/:: :{/::::::::| | |
<br> . //|:::|〈:: :/∨/::|::∨:::| | |
<br> l//|:::|:::7´::゚|:: :: ::j、:::∨| | |
<br> l/八::}/::_::.人::_::∧\_)! | |
<br> ∨::/:: :|:: ::|:: :∧ }/ | |
<br> ∨::_::_|:: ::|::_::_:/ | |
<br> {: : :| ̄{: : :} | |
<br> ∨:.| | : / | |
<br> └┘ └┘ | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment