diff --git a/html/index.html b/html/index.html
index c0d3d3d..6c10c77 100644
--- a/html/index.html
+++ b/html/index.html
@@ -24,7 +24,7 @@ Est. 17th of February 2021.
Hello, je suis Steven GIBONE et bienvenu
- dans mon petit coin d'internet. A ce jour (2024) je vis et travail en
+ dans mon petit coin d'internet. A ce jour (2025) je vis et travail en
France comme
administrateur systèmes et réseaux.
@@ -77,6 +77,8 @@ Est. 17th of February 2021.
2025-03 Un psaume pour les recycles sauvages, Becky CHAMBERS
2025-04 Une prière pour les cimes timides, Becky CHAMBERS
2025-05 Le mythe de Chtulu, H.P. Lovecraft
+ 2025-06 Résolution, Li-Cam
+ 2025-06 La horde du contrevent, Alain Damasio
Les jeux auxquels je joue
diff --git a/html/style.css b/html/style.css
index 3e39d7b..687b916 100644
--- a/html/style.css
+++ b/html/style.css
@@ -1,5 +1,10 @@
+@font-face {
+ font-family: undefined-medium;
+ src: url(undefined-medium.woff2);
+}
+
body {
- font-family: monospace;
+ font-family: undefined-medium,monospace;
font-size: 21px;
max-width: 80ch;
margin: auto;
diff --git a/html/undefined-medium.woff2 b/html/undefined-medium.woff2
new file mode 100644
index 0000000..80ce79d
Binary files /dev/null and b/html/undefined-medium.woff2 differ