From 53dfd2541b6c83623ffa3c18655eecc9c25fb324 Mon Sep 17 00:00:00 2001 From: arian Date: Sat, 10 Feb 2024 23:41:53 +0100 Subject: [PATCH] roboto font --- layouts/shortcodes/style_regular.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/shortcodes/style_regular.html b/layouts/shortcodes/style_regular.html index 2925be5..ed19f7b 100644 --- a/layouts/shortcodes/style_regular.html +++ b/layouts/shortcodes/style_regular.html @@ -45,4 +45,8 @@ h4 { height: fit-content !important; } +html { + font-family: 'Roboto' !important; +} + \ No newline at end of file