2023-05-15 18:17:18 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< title > Google Fonts Mirror Interface< / title >
2023-05-15 20:05:44 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2023-05-15 18:17:18 +00:00
< / 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 > .
2023-05-15 18:21:33 +00:00
< / span > < br >
2023-05-20 10:49:40 +00:00
< span > Source code available here: < a href = "https://git.sofiaritz.com/GFonts/gfonts-interface" > GFonts@git.sofiaritz.com/gfonts-interface< / a > .< / span >
2023-05-15 18:17:18 +00:00
< / header >
< div class = "page-container" >
< main id = "app" > < / main >
< script type = "module" src = "/src/main.ts" > < / script >
< / div >
< / body >
< / html >