From a023f2b48fc13830734beddab96e07cdb0987b39 Mon Sep 17 00:00:00 2001 From: kez Date: Mon, 12 Jul 2021 12:22:35 -0400 Subject: [PATCH 1/2] Add sans-serif as a fallback for Source Sans Pro sans-serif is used as the only fallback instead of the usual Helvetica, Arial, sans-serif stack since it's just a temporary fallback until the Source Sans fonts are loaded. See: tpo/web/lego#17 --- assets/scss/_tor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss index 093b4bf..ddd6d16 100644 --- a/assets/scss/_tor.scss +++ b/assets/scss/_tor.scss @@ -273,7 +273,7 @@ .display-2, .display-3, .display-4 { - font-family: Source Sans Pro Light; + font-family: 'Source Sans Pro Light', sans-serif; } .font-family-serif { From 07769a548210b2260bd696ddf01154d40c953a55 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Tue, 31 Aug 2021 13:13:35 +0000 Subject: [PATCH 2/2] N #21: Add privchat to footer --- databags/menu_footer.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databags/menu_footer.ini b/databags/menu_footer.ini index c997390..d9bc8d2 100644 --- a/databags/menu_footer.ini +++ b/databags/menu_footer.ini @@ -13,3 +13,7 @@ label = Contact [press] path = https://www.torproject.org/press/ label = Press + +[privchat] +path = https://www.torproject.org/privchat +label = Privchat