From 8e673a56905a2135ad18d9f30f71a168bf8a2974 Mon Sep 17 00:00:00 2001 From: Sylvain Duchesne Date: Mon, 26 Jan 2026 15:46:07 +0100 Subject: [PATCH] Replace font --- src/index.css | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 9e22f0a..52c6973 100644 --- a/src/index.css +++ b/src/index.css @@ -9,7 +9,7 @@ --sketch-white: #ffffff; --sketch-accent: #4a90d9; --sketch-line-width: 2px; - --font-sketch: 'Architects Daughter', cursive; + --font-sketch: 'Ubuntu', sans-serif; /* Prototyping tool theme (outer app) */ --tool-bg: #fafafa; diff --git a/src/index.html b/src/index.html index 59d149b..29be0da 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ - + Festipod - Wireframe Prototyping