From e3626e903b0139927b854647080735a6169f4035 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Fri, 22 Nov 2024 13:39:39 +0000 Subject: [PATCH] update font to Roboto Mono, from google apis --- pub/style/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pub/style/style.css b/pub/style/style.css index 2bae413..ff45690 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -10,6 +10,7 @@ body { font-family: "Computer Modern Serif", serif; } */ +@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"); /* Body */ @@ -26,8 +27,10 @@ body { font-family: 'Source Serif Pro'; font-family: "Computer Modern Serif", serif; font-family: 'charter'; - */ font-family: "Georgia", 'serif'; + font-family: "Georgia", 'serif'; + */ + font-family: "Roboto Mono", 'monospace'; font-size: 25px; background-color: #fcfcfc; color: #333;