From fd08c66c49e6e3c664dcf935f1a6cd693d1d4387 Mon Sep 17 00:00:00 2001 From: Adam Kostarelas <6800453+AdamXweb@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:56:32 +1100 Subject: [PATCH] #135 fixed font issue --- chrome/WhiteSur/parts/tabsbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/WhiteSur/parts/tabsbar.css b/chrome/WhiteSur/parts/tabsbar.css index 1a6be28..3dd6d75 100644 --- a/chrome/WhiteSur/parts/tabsbar.css +++ b/chrome/WhiteSur/parts/tabsbar.css @@ -75,7 +75,7 @@ tab>stack { /* Tab labels */ tab { color: var(--gnome-tabbar-tab-color) !important; - font-family: SF Pro;, inherit; + font-family: SF Pro, inherit; font-size: 1em; }