From 4e9146e50d1b5f94006151f60822bf5370e53ef6 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Tue, 2 May 2023 17:35:53 -0400 Subject: [PATCH] fix: update source sans font to latest The 3.x series of Source Sans was released in 2020, and contains the desired italicized glyphs. It was added to Google Fonts in 2021 in google/fonts#3856 The author dropped "Pro" from the name, and replaced with "3". See: https://blog.adobe.com/en/publish/2020/11/30/whats-new-in-source-sans-3 Fixes #8634 Signed-off-by: Mike Fiedler --- warehouse/static/sass/settings/_fonts.scss | 2 +- warehouse/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/warehouse/static/sass/settings/_fonts.scss b/warehouse/static/sass/settings/_fonts.scss index 3d967cd120da..487d3c08387f 100644 --- a/warehouse/static/sass/settings/_fonts.scss +++ b/warehouse/static/sass/settings/_fonts.scss @@ -14,7 +14,7 @@ // SETTINGS - FONTS -$base-font-family: "Source Sans Pro", "Helvetica", arial, sans-serif; +$base-font-family: "Source Sans 3", "Helvetica", arial, sans-serif; $code-font: "Source Code Pro", monospace; diff --git a/warehouse/templates/base.html b/warehouse/templates/base.html index 012ee772c666..3e887bc9032a 100644 --- a/warehouse/templates/base.html +++ b/warehouse/templates/base.html @@ -94,7 +94,7 @@ - +