Swap fonts, adjust line height, add pre and code hover effects

This commit is contained in:
Juno Takano 2026-01-17 13:33:00 -03:00
commit 6882600336
37 changed files with 239 additions and 120 deletions

View file

@ -41,8 +41,8 @@ pub fn new(graph: Graph) -> Router {
get(|| handlers::fixed::file("./static/fonts/sans", "")),
)
.route(
"/static/fonts/didone",
get(|| handlers::fixed::file("./static/fonts/didone", "")),
"/static/fonts/serifed",
get(|| handlers::fixed::file("./static/fonts/serifed", "")),
)
.route(
"/static/fonts/mono",