this repo has no description
3
fork

Configure Feed

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

💩 Hardcode Inconsolata default text font

authored by

Gwenn Le Bihan and committed by
Ewen Le Bihan
8cc00246 b6f1204e

+2 -1
+1
src/canvas.rs
··· 432 432 .args(["--background", "transparent"]) 433 433 .args(["--width", &format!("{width}")]) 434 434 .args(["--height", &format!("{height}")]) 435 + .args(["--use-font-file", "Inconsolata-Bold.ttf"]) 435 436 .args(["--resources-dir", "."]) 436 437 .arg("-") 437 438 .arg(at)
+1 -1
src/objects.rs
··· 424 424 .set("x", coords.0) 425 425 .set("y", coords.1) 426 426 .set("font-size", format!("{}pt", font_size)) 427 - .set("font-family", "Victor Mono"); 427 + .set("font-family", "Inconsolata"); 428 428 429 429 if centered { 430 430 node = node