From 7d63f192ae8e1074abd1770c110d24070507c498 Mon Sep 17 00:00:00 2001 From: Sai Kurogetsu Date: Tue, 19 Dec 2017 17:11:32 +0000 Subject: [PATCH] change tab label font to Cantarell, issue #2 --- ui/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/theme.css b/ui/theme.css index d92c6f6..011403e 100644 --- a/ui/theme.css +++ b/ui/theme.css @@ -322,9 +322,9 @@ tabbrowser tabpanels { /* Tab labels */ tab { color: var(--gnome-tabbar-tab-color) !important; -/* font-family: Ubuntu;*/ - font-size: .9em; + font-family: Cantarell, inherit; font-weight: bold; + font-size: 1em; } tab:hover { color: var(--gnome-tabbar-tab-hover-color) !important;