<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Google Fonts Mirror Interface</title> </head> <body> <header class="top-title"> <h1>Google Fonts Mirror Interface</h1> <span> Transform <a href="https://fonts.google.com/">Google Fonts</a> links to a CSS from a <a href="https://cdn.sofiaritz.com/fonts/">Google Fonts binary mirror</a>. Created by <a href="https://sofiaritz.com">SofĂa Aritz</a>. </span> </header> <div class="page-container"> <main id="app"></main> <script type="module" src="/src/main.ts"></script> </div> </body> </html>