1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Inline fonts.css

This commit is contained in:
RGBCube 2024-02-24 10:38:05 +03:00
parent 70a18c70eb
commit c41b0d8000
No known key found for this signature in database
4 changed files with 869 additions and 72 deletions

View file

@ -12,7 +12,7 @@
"serve": "deno task build --serve"
},
"imports": {
"std/": "https://deno.land/std@0.212.0/",
"lume/": "https://deno.land/x/lume@v2.0.3/"
"std/": "https://deno.land/std@0.217.0/",
"lume/": "https://deno.land/x/lume@v2.1.0/"
}
}