Difference between revisions of "User:Izzychess"

 
Line 44: Line 44:
 
<asy>
 
<asy>
 
size(9cm);  
 
size(9cm);  
texpreamble("\usepackage{fontspec}\setmainfont{Arial}");
 
 
pen[][] p={{orange, yellow, chartreuse}};
 
pen[][] p={{orange, yellow, chartreuse}};
 
latticeshade(texpath("this is nice"),p);  
 
latticeshade(texpath("this is nice"),p);  
 
</asy>
 
</asy>

Latest revision as of 23:05, 30 July 2024

Hi! I’m IzzyChess

I like bubble tea

does HTML work here?

2 7 6
9 5 1
4 3 8
    _   _ ____ _    _    _____  _
   | | | |  __| |  | |  |  _  || |
   | |_| | |__| |  | |  | | | || |
   |  _  |  __| |  | |  | | | || |
   | | | | |__| |__| |__| |_| ||_|
   |_| |_|____|____|____|_____|(_)
   

this is soooooo cool!

fonts I like:

DIN Alternate

DIN Condensed

Arial Rounded MT Bold

Avenir Next Condensed

[asy] size(9cm);  pen[][] p={{orange, yellow, chartreuse}}; latticeshade(texpath("this is nice"),p);  [/asy]