From 10436ac4a6f6c7a4ee37d26500b42e9bcaf68a9e Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Tue, 2 Apr 2024 13:04:53 +0200 Subject: [PATCH] update font import statement with weights --- scipost_django/scipost/static/scipost/assets/css/_general.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/scipost/static/scipost/assets/css/_general.scss b/scipost_django/scipost/static/scipost/assets/css/_general.scss index 9f833b5ed..ad36d4fed 100644 --- a/scipost_django/scipost/static/scipost/assets/css/_general.scss +++ b/scipost_django/scipost/static/scipost/assets/css/_general.scss @@ -2,7 +2,7 @@ General style sheet for SciPost */ -@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:wght@100,400;500;600&display=swap); +@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap'); .bi { vertical-align: -.125em; -- GitLab