From 5a7afcb77c07eadbcdbbab58530a076d7da455ca Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Tue, 24 Feb 2026 15:47:51 -0500 Subject: [PATCH] Added Noto Sans Symbols as backup font for unrenderable characters Resolves https://github.com/mcgill-ecsess/ECSESS/issues/85 Replace the copyleft symbol with the copyright symbol instead --- src/app.css | 4 +++- src/components/layout/Footer.svelte | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index c1167d1..c4cb909 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols:wght@100..900&display=swap'); @import 'tailwindcss'; /* @import '@skeletonlabs/skeleton-svelte'; */ @@ -60,9 +61,10 @@ } * { - font-family: 'Saira', sans-serif; + font-family: 'Saira', 'Noto Sans Symbols', sans-serif; font-optical-sizing: auto; font-weight: 500; + font-style: normal; scroll-behavior: smooth; } diff --git a/src/components/layout/Footer.svelte b/src/components/layout/Footer.svelte index 80d1685..d67ad79 100644 --- a/src/components/layout/Footer.svelte +++ b/src/components/layout/Footer.svelte @@ -37,7 +37,7 @@ }, { name: 'GitHub', - url: 'https://github.com/mcgill-ecsess/ECSESS', + url: 'https://github.com/mcgill-ecsess/', icon: 'github', ariaLabel: 'Visit our open source website' } @@ -144,7 +144,7 @@

- 🄯 ECSESS {year} under GNU General Public License v3.0.
+ © ECSESS {year} under GNU General Public License v3.0.
Designed with love {'<3'}.