From 25d3a4d109a698884ac1c6da081f852f7293fda2 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 30 Apr 2023 17:01:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20style:=20restore=20meta=20?= =?UTF-8?q?font=20in=20article=20to=20sans-serif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 4d97a45..9d3e864 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -96,6 +96,7 @@ header { ul, li { + font-family: var(--sans-serif-font); list-style-type: none; display: inline; }