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;