From c8d99da2c24e5edd9622dc0747403dcf43d0e490 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 18 Apr 2024 22:48:19 +0200 Subject: [PATCH] change h1 font --- assets/css/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 17a3ae9..11a8751 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -411,7 +411,7 @@ pre[class*="language-"] { .h1 { font-weight: normal; font-size: 40px; - font-family: Verdana; + font-family: MainFont; text-shadow: none; color: hsla(0, 0%, 100%, 0.7); }