Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

Fix Tezos ꜩ symbol not rendering on mobile Safari

Force-load the ꜩ glyph from Noto Sans Mono via Google Fonts text parameter,
bypassing unicode-range subsetting that mobile Safari fails to trigger.
Also add Noto Sans Mono fallback to buy.html wallet button font stack.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+3 -1
+2 -1
system/public/kidlisp.com/buy.html
··· 17 17 <link rel="preconnect" href="https://fonts.googleapis.com"> 18 18 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 19 19 <link href="https://fonts.googleapis.com/css2?family=Comic+Relief:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Mono:wght@400;700&display=swap" rel="stylesheet"> 20 + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&text=%EA%9C%A9&display=swap" rel="stylesheet"> 20 21 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> 21 22 <style> 22 23 @font-face { ··· 133 134 color: var(--neon-cyan); 134 135 padding: 8px 14px; 135 136 border-radius: var(--radius); 136 - font-family: var(--font-fun); 137 + font-family: 'Comic Relief', 'Comic Sans MS', 'Noto Sans Mono', cursive; 137 138 font-size: 12px; 138 139 font-weight: 700; 139 140 cursor: pointer;
+1
system/public/kidlisp.com/keeps.html
··· 26 26 <link rel="preconnect" href="https://fonts.googleapis.com"> 27 27 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 28 28 <link href="https://fonts.googleapis.com/css2?family=Comic+Relief:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Mono:wght@400;700&display=swap" rel="stylesheet"> 29 + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&text=%EA%9C%A9&display=swap" rel="stylesheet"> 29 30 <link rel="stylesheet" href="https://aesthetic.computer/type/webfonts/berkeley-mono-variable.css"> 30 31 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" /> 31 32