From 3b73b4b884df753d2e3b223e39db6d5e9b956506 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Feb 2023 19:45:02 +0100 Subject: replaced Google fonts with Bunny fonts --- themes/new_theme/static/slide/css/theme/source/sky.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/new_theme/static/slide/css/theme/source/sky.scss') diff --git a/themes/new_theme/static/slide/css/theme/source/sky.scss b/themes/new_theme/static/slide/css/theme/source/sky.scss index 3fee67c..269c501 100644 --- a/themes/new_theme/static/slide/css/theme/source/sky.scss +++ b/themes/new_theme/static/slide/css/theme/source/sky.scss @@ -13,8 +13,8 @@ // Include theme-specific fonts -@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); +@import url(https://fonts.bunny.net/css?family=Quicksand:400,700,400italic,700italic); +@import url(https://fonts.bunny.net/css?family=Open+Sans:400italic,700italic,400,700); // Override theme settings (see ../template/settings.scss) -- cgit v1.2.3-54-g00ecf