Caching fonts proxy for Googel Fonts
2
fork

Configure Feed

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

Some small homepage updates (I promise this is the last update for today)


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

+5 -6
+1 -1
gleam.toml
··· 1 1 name = "fonts" 2 - version = "1.0.1" 2 + version = "1.0.2" 3 3 4 4 # Fill out these fields if you intend to generate HTML documentation or publish 5 5 # your project to the Hex package manager.
+4 -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: 'Lilex'; 12 12 font-style: normal; 13 - font-weight: 400; 13 + font-weight: 300; 14 14 font-display: swap; 15 - src: url(/https://fonts.gstatic.com/s/lilex/v1/DPExYwmezwMATC7iDMrR60bcpUcjXezUWw.ttf) 16 - format("truetype"); 15 + src: url(/https://fonts.gstatic.com/s/lilex/v1/DPExYwmezwMATC7iDMrR60bcpUcj7-zUWw.ttf) format('truetype'); 17 16 } 18 17 19 18 :root { ··· 171 170 <footer class="footer text-light"> 172 171 <p> 173 172 Built in <a href="https://gleam.run">[Gleam]</a> by 174 - <a href="https://strawmelonjuice.com/">[Maeryn Bloeiman]</a>, 173 + <a href="https://strawmelonjuice.com/me">[Maeryn Bloeiman]</a>, 175 174 <a 176 175 href="https://forge.blacksky.community/did:plc:jgtfsmv25thfs4zmydtbccnn/fonts" 177 176 >[view source]</a