change tab label font to Cantarell, issue #2

This commit is contained in:
Sai Kurogetsu 2017-12-19 17:11:32 +00:00
parent f3ed656d3f
commit 7d63f192ae
No known key found for this signature in database
GPG Key ID: 48E52EBE10D57BF6
1 changed files with 2 additions and 2 deletions

View File

@ -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;