static, scriptless homepage for my pds (pds.jeanmachine.dev)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable ligatures on ascii art

+2 -2
+1 -1
index.css
··· 51 51 .ascii { 52 52 color: var(--accent); 53 53 font-size: 13px; 54 - font-style: initial; 54 + font-variant-ligatures: none; 55 55 margin: 0; 56 56 } 57 57
+1 -1
index.html
··· 17 17 / _ \/ _ (_-<_ / / -_) _ `/ _ \/ ' \/ _ `/ __/ _ \/ / _ \/ -_)/ _ / -_) |/ / 18 18 / .__/\_,_/___(_)_/ /\__/\_,_/_//_/_/_/_/\_,_/\__/_//_/_/_//_/\__(_)_,_/\__/|___/ 19 19 /_/ |___/ 20 - </pre 20 + </pre 21 21 > 22 22 </header> 23 23 <hr />