Caching fonts proxy for Googel Fonts
2
fork

Configure Feed

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

Switch homepage font for Atkinson Hyperlegible Mono, which is bandwidth-lighter than Lilex.


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+5 -5
+5 -5
priv/index.html
··· 8 8 <script defer="defer" src="/oat.min.js"></script> 9 9 <style type="text/css"> 10 10 @font-face { 11 - font-family: 'Lilex'; 11 + font-family: 'Atkinson Hyperlegible Mono'; 12 12 font-style: normal; 13 - font-weight: 300; 13 + font-weight: 500; 14 14 font-display: swap; 15 - src: url(/https://fonts.gstatic.com/s/lilex/v1/DPExYwmezwMATC7iDMrR60bcpUcj7-zUWw.ttf) format('truetype'); 15 + src: url(/https://fonts.gstatic.com/s/atkinsonhyperlegiblemono/v8/tssNAoFBci4C4gvhPXrt3wjT1MqSzhA4t7IIcncBiyihrK15gZ4k_SaZLteiDQ.ttf) format('truetype'); 16 16 } 17 17 18 18 :root { ··· 29 29 --faint-foreground: light-dark(#64748b, #94a3b8); 30 30 --font-bold: 600; 31 31 --font-medium: 500; 32 - --font-mono: Lilex; 32 + --font-mono: Atkinson Hyperlegible Mono; 33 33 --font-normal: 400; 34 - --font-sans: Lilex; 34 + --font-sans: Atkinson Hyperlegible Mono; 35 35 --font-semibold: 600; 36 36 --foreground: light-dark(#334155, #f8fafc); 37 37 --input: light-dark(#e2e8f0, #334155);