From 2a90ea8a264d92367e93d38026bed3ec68b75702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 30 Aug 2022 00:44:33 +0200 Subject: [PATCH] Test font-selection taken from Hackliza.org blog. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c220b9a..24cd16a 100644 --- a/static/style.css +++ b/static/style.css @@ -2,7 +2,7 @@ html, body { margin: 0; padding: 0.5ex 1ex; - font-family: sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } /* Node styling */