Replace font

This commit is contained in:
Sylvain Duchesne
2026-01-26 15:46:07 +01:00
parent 0179f74407
commit 8e673a5690
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<link rel="stylesheet" href="./index.css" />
<title>Festipod - Wireframe Prototyping</title>