From 50d150e2a15454c0e42fdc0c8d0734b7ff627313 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Feb 2025 14:16:23 +0100 Subject: [PATCH] font/face,sans --- style/light.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style/light.css b/style/light.css index 9854618..c474542 100644 --- a/style/light.css +++ b/style/light.css @@ -1,5 +1,10 @@ +@font-face { + font-family: "fa"; + src: url("font/fa.woff"); +} + html { - font-family: DejaVu Sans Mono, monospace; + font-family: "DejaVu Sans", sans-serif; } section.images {